Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=261
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=262",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=260",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 261,
    "results": [
        {
            "start": 1240319011,
            "stop": 1240319019
        },
        {
            "start": 1240319020,
            "stop": 1240319119
        },
        {
            "start": 1240319122,
            "stop": 1240319150
        },
        {
            "start": 1240319151,
            "stop": 1240319174
        },
        {
            "start": 1240319180,
            "stop": 1240319211
        },
        {
            "start": 1240319212,
            "stop": 1240319217
        },
        {
            "start": 1240319218,
            "stop": 1240319251
        },
        {
            "start": 1240319252,
            "stop": 1240319254
        },
        {
            "start": 1240319255,
            "stop": 1240319279
        },
        {
            "start": 1240319280,
            "stop": 1240319284
        },
        {
            "start": 1240319285,
            "stop": 1240319338
        },
        {
            "start": 1240319340,
            "stop": 1240319369
        },
        {
            "start": 1240319370,
            "stop": 1240319372
        },
        {
            "start": 1240319373,
            "stop": 1240319534
        },
        {
            "start": 1240319535,
            "stop": 1240319572
        },
        {
            "start": 1240319575,
            "stop": 1240319578
        },
        {
            "start": 1240319579,
            "stop": 1240319598
        },
        {
            "start": 1240319600,
            "stop": 1240319612
        },
        {
            "start": 1240319615,
            "stop": 1240319621
        },
        {
            "start": 1240319622,
            "stop": 1240319623
        }
    ]
}