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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3824",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3822",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3823,
    "results": [
        {
            "start": 874852630,
            "stop": 874853160
        },
        {
            "start": 874853220,
            "stop": 874853700
        },
        {
            "start": 874853760,
            "stop": 874853820
        },
        {
            "start": 874853940,
            "stop": 874854000
        },
        {
            "start": 874854120,
            "stop": 874854134
        },
        {
            "start": 874854138,
            "stop": 874854240
        },
        {
            "start": 874854300,
            "stop": 874854343
        },
        {
            "start": 874854420,
            "stop": 874854660
        },
        {
            "start": 874854720,
            "stop": 874855380
        },
        {
            "start": 874855500,
            "stop": 874856220
        },
        {
            "start": 874856280,
            "stop": 874857563
        },
        {
            "start": 874869121,
            "stop": 874869780
        },
        {
            "start": 874869840,
            "stop": 874870140
        },
        {
            "start": 874870200,
            "stop": 874870620
        },
        {
            "start": 874870693,
            "stop": 874870865
        },
        {
            "start": 874870868,
            "stop": 874870916
        },
        {
            "start": 874870933,
            "stop": 874870938
        },
        {
            "start": 874870941,
            "stop": 874871340
        },
        {
            "start": 874871400,
            "stop": 874872267
        },
        {
            "start": 874872284,
            "stop": 874872427
        }
    ]
}