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=423
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=424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=422",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 423,
    "results": [
        {
            "start": 827148570,
            "stop": 827148801
        },
        {
            "start": 827148808,
            "stop": 827148964
        },
        {
            "start": 827148971,
            "stop": 827149013
        },
        {
            "start": 827149020,
            "stop": 827149083
        },
        {
            "start": 827149091,
            "stop": 827149120
        },
        {
            "start": 827149127,
            "stop": 827149153
        },
        {
            "start": 827149161,
            "stop": 827149850
        },
        {
            "start": 827149858,
            "stop": 827150197
        },
        {
            "start": 827150206,
            "stop": 827150221
        },
        {
            "start": 827150228,
            "stop": 827150346
        },
        {
            "start": 827150353,
            "stop": 827150588
        },
        {
            "start": 827150595,
            "stop": 827150912
        },
        {
            "start": 827150921,
            "stop": 827151894
        },
        {
            "start": 827151901,
            "stop": 827154874
        },
        {
            "start": 827154881,
            "stop": 827156264
        },
        {
            "start": 827156271,
            "stop": 827156385
        },
        {
            "start": 827156392,
            "stop": 827156396
        },
        {
            "start": 827156562,
            "stop": 827156684
        },
        {
            "start": 827156869,
            "stop": 827156990
        },
        {
            "start": 827156997,
            "stop": 827157224
        }
    ]
}