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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=509",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=507",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 508,
    "results": [
        {
            "start": 824621228,
            "stop": 824631447
        },
        {
            "start": 824664694,
            "stop": 824671461
        },
        {
            "start": 824673478,
            "stop": 824674557
        },
        {
            "start": 824675684,
            "stop": 824676266
        },
        {
            "start": 824680902,
            "stop": 824683011
        },
        {
            "start": 824684704,
            "stop": 824686585
        },
        {
            "start": 824690769,
            "stop": 824694257
        },
        {
            "start": 824695911,
            "stop": 824720668
        },
        {
            "start": 824778001,
            "stop": 824778061
        },
        {
            "start": 824779123,
            "stop": 824792067
        },
        {
            "start": 824792923,
            "stop": 824807227
        },
        {
            "start": 824820405,
            "stop": 824825554
        },
        {
            "start": 824827905,
            "stop": 824833100
        },
        {
            "start": 824834302,
            "stop": 824837902
        },
        {
            "start": 824839158,
            "stop": 824842060
        },
        {
            "start": 824843064,
            "stop": 824846463
        },
        {
            "start": 824848477,
            "stop": 824855347
        },
        {
            "start": 824858041,
            "stop": 824858245
        },
        {
            "start": 824859181,
            "stop": 824863861
        },
        {
            "start": 824894426,
            "stop": 824904768
        }
    ]
}