Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=46
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=45",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 46,
    "results": [
        {
            "start": 931349726,
            "stop": 931349771
        },
        {
            "start": 931349777,
            "stop": 931349877
        },
        {
            "start": 931349884,
            "stop": 931349915
        },
        {
            "start": 931349921,
            "stop": 931349961
        },
        {
            "start": 931349967,
            "stop": 931349978
        },
        {
            "start": 931349984,
            "stop": 931350001
        },
        {
            "start": 931350015,
            "stop": 931350202
        },
        {
            "start": 931350208,
            "stop": 931350220
        },
        {
            "start": 931350226,
            "stop": 931350353
        },
        {
            "start": 931350359,
            "stop": 931350364
        },
        {
            "start": 931350370,
            "stop": 931350387
        },
        {
            "start": 931350398,
            "stop": 931350410
        },
        {
            "start": 931350416,
            "stop": 931350467
        },
        {
            "start": 931350487,
            "stop": 931350491
        },
        {
            "start": 931350497,
            "stop": 931350499
        },
        {
            "start": 931350505,
            "stop": 931350541
        },
        {
            "start": 931350558,
            "stop": 931350588
        },
        {
            "start": 931350594,
            "stop": 931350685
        },
        {
            "start": 931350691,
            "stop": 931350698
        },
        {
            "start": 931350707,
            "stop": 931350714
        }
    ]
}