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/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=421
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=422",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=420",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 421,
    "results": [
        {
            "start": 827117938,
            "stop": 827118032
        },
        {
            "start": 827118040,
            "stop": 827118363
        },
        {
            "start": 827118370,
            "stop": 827118436
        },
        {
            "start": 827118444,
            "stop": 827118590
        },
        {
            "start": 827118670,
            "stop": 827119151
        },
        {
            "start": 827119159,
            "stop": 827119196
        },
        {
            "start": 827119203,
            "stop": 827119385
        },
        {
            "start": 827119393,
            "stop": 827119395
        },
        {
            "start": 827119403,
            "stop": 827119405
        },
        {
            "start": 827119413,
            "stop": 827121533
        },
        {
            "start": 827121540,
            "stop": 827121900
        },
        {
            "start": 827122020,
            "stop": 827122054
        },
        {
            "start": 827122063,
            "stop": 827122298
        },
        {
            "start": 827122306,
            "stop": 827123999
        },
        {
            "start": 827124012,
            "stop": 827124624
        },
        {
            "start": 827124631,
            "stop": 827124641
        },
        {
            "start": 827124648,
            "stop": 827125075
        },
        {
            "start": 827125082,
            "stop": 827126047
        },
        {
            "start": 827126054,
            "stop": 827129113
        },
        {
            "start": 827129121,
            "stop": 827129390
        }
    ]
}