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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33358",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33356",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33357,
    "results": [
        {
            "start": 971506755,
            "stop": 971506777
        },
        {
            "start": 971506781,
            "stop": 971506794
        },
        {
            "start": 971506798,
            "stop": 971506854
        },
        {
            "start": 971506857,
            "stop": 971507140
        },
        {
            "start": 971507143,
            "stop": 971507169
        },
        {
            "start": 971507172,
            "stop": 971507179
        },
        {
            "start": 971507182,
            "stop": 971507254
        },
        {
            "start": 971507257,
            "stop": 971507430
        },
        {
            "start": 971507433,
            "stop": 971507468
        },
        {
            "start": 971507473,
            "stop": 971507537
        },
        {
            "start": 971507540,
            "stop": 971507541
        },
        {
            "start": 971507544,
            "stop": 971507554
        },
        {
            "start": 971507557,
            "stop": 971507614
        },
        {
            "start": 971507617,
            "stop": 971507621
        },
        {
            "start": 971507624,
            "stop": 971507628
        },
        {
            "start": 971507631,
            "stop": 971507640
        },
        {
            "start": 971507643,
            "stop": 971507654
        },
        {
            "start": 971507657,
            "stop": 971507725
        },
        {
            "start": 971507729,
            "stop": 971507742
        },
        {
            "start": 971507745,
            "stop": 971507758
        }
    ]
}