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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=111",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 112,
    "results": [
        {
            "start": 817716248,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817736341
        },
        {
            "start": 817736348,
            "stop": 817747877
        },
        {
            "start": 817747881,
            "stop": 817753242
        },
        {
            "start": 817753431,
            "stop": 817754577
        },
        {
            "start": 817756611,
            "stop": 817758763
        },
        {
            "start": 817758944,
            "stop": 817764714
        },
        {
            "start": 817764880,
            "stop": 817769683
        },
        {
            "start": 817769690,
            "stop": 817770746
        },
        {
            "start": 817770753,
            "stop": 817770786
        },
        {
            "start": 817771128,
            "stop": 817772032
        },
        {
            "start": 817772220,
            "stop": 817773428
        },
        {
            "start": 817773542,
            "stop": 817774986
        },
        {
            "start": 817774993,
            "stop": 817775017
        },
        {
            "start": 817775024,
            "stop": 817779550
        },
        {
            "start": 817779554,
            "stop": 817781833
        },
        {
            "start": 817784709,
            "stop": 817789933
        },
        {
            "start": 817789940,
            "stop": 817795282
        },
        {
            "start": 817795283,
            "stop": 817821583
        }
    ]
}