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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 34,
    "results": [
        {
            "start": 931078756,
            "stop": 931078762
        },
        {
            "start": 931078763,
            "stop": 931078766
        },
        {
            "start": 931078768,
            "stop": 931078770
        },
        {
            "start": 931078774,
            "stop": 931078778
        },
        {
            "start": 931078779,
            "stop": 931078781
        },
        {
            "start": 931078784,
            "stop": 931078786
        },
        {
            "start": 931078787,
            "stop": 931078801
        },
        {
            "start": 931078802,
            "stop": 931078804
        },
        {
            "start": 931078806,
            "stop": 931078808
        },
        {
            "start": 931078810,
            "stop": 931078812
        },
        {
            "start": 931079175,
            "stop": 931079180
        },
        {
            "start": 931079181,
            "stop": 931079182
        },
        {
            "start": 931079183,
            "stop": 931079184
        },
        {
            "start": 931079185,
            "stop": 931079187
        },
        {
            "start": 931079188,
            "stop": 931079189
        },
        {
            "start": 931079190,
            "stop": 931079191
        },
        {
            "start": 931079192,
            "stop": 931079197
        },
        {
            "start": 931079198,
            "stop": 931079199
        },
        {
            "start": 931079206,
            "stop": 931079207
        },
        {
            "start": 931079209,
            "stop": 931079216
        }
    ]
}