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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=314",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 315,
    "results": [
        {
            "start": 867292326,
            "stop": 867298714
        },
        {
            "start": 867300102,
            "stop": 867319497
        },
        {
            "start": 867319873,
            "stop": 867344496
        },
        {
            "start": 867344624,
            "stop": 867353117
        },
        {
            "start": 867357340,
            "stop": 867364027
        },
        {
            "start": 867367505,
            "stop": 867378792
        },
        {
            "start": 867378902,
            "stop": 867381597
        },
        {
            "start": 867381897,
            "stop": 867439152
        },
        {
            "start": 867439153,
            "stop": 867440836
        },
        {
            "start": 867441038,
            "stop": 867449555
        },
        {
            "start": 867449665,
            "stop": 867449930
        },
        {
            "start": 867451269,
            "stop": 867452312
        },
        {
            "start": 867454188,
            "stop": 867454594
        },
        {
            "start": 867454894,
            "stop": 867500961
        },
        {
            "start": 867501261,
            "stop": 867501425
        },
        {
            "start": 867501812,
            "stop": 867502037
        },
        {
            "start": 867502337,
            "stop": 867502649
        },
        {
            "start": 867502759,
            "stop": 867502951
        },
        {
            "start": 867503251,
            "stop": 867510467
        },
        {
            "start": 867510577,
            "stop": 867511055
        }
    ]
}