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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=118",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 119,
    "results": [
        {
            "start": 827233661,
            "stop": 827233687
        },
        {
            "start": 827233709,
            "stop": 827233715
        },
        {
            "start": 827233767,
            "stop": 827233772
        },
        {
            "start": 827233800,
            "stop": 827233815
        },
        {
            "start": 827233827,
            "stop": 827233838
        },
        {
            "start": 827233860,
            "stop": 827233891
        },
        {
            "start": 827233895,
            "stop": 827233933
        },
        {
            "start": 827233937,
            "stop": 827233948
        },
        {
            "start": 827233956,
            "stop": 827233976
        },
        {
            "start": 827233985,
            "stop": 827234039
        },
        {
            "start": 827234043,
            "stop": 827234124
        },
        {
            "start": 827234138,
            "stop": 827234144
        },
        {
            "start": 827234162,
            "stop": 827234173
        },
        {
            "start": 827234181,
            "stop": 827234197
        },
        {
            "start": 827234215,
            "stop": 827234221
        },
        {
            "start": 827234230,
            "stop": 827234235
        },
        {
            "start": 827234244,
            "stop": 827234259
        },
        {
            "start": 827234268,
            "stop": 827234279
        },
        {
            "start": 827234287,
            "stop": 827234327
        },
        {
            "start": 827234331,
            "stop": 827234346
        }
    ]
}