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=490
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=491",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=489",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 490,
    "results": [
        {
            "start": 822358353,
            "stop": 822375745
        },
        {
            "start": 822375753,
            "stop": 822375863
        },
        {
            "start": 822376464,
            "stop": 822382924
        },
        {
            "start": 822383485,
            "stop": 822385955
        },
        {
            "start": 822386556,
            "stop": 822386578
        },
        {
            "start": 822387570,
            "stop": 822394327
        },
        {
            "start": 822394328,
            "stop": 822413356
        },
        {
            "start": 822413967,
            "stop": 822417177
        },
        {
            "start": 822423774,
            "stop": 822424182
        },
        {
            "start": 822424189,
            "stop": 822424237
        },
        {
            "start": 822424246,
            "stop": 822424260
        },
        {
            "start": 822424267,
            "stop": 822424814
        },
        {
            "start": 822425370,
            "stop": 822427383
        },
        {
            "start": 822427806,
            "stop": 822427896
        },
        {
            "start": 822428636,
            "stop": 822430209
        },
        {
            "start": 822430216,
            "stop": 822435600
        },
        {
            "start": 822435606,
            "stop": 822446750
        },
        {
            "start": 822446848,
            "stop": 822447062
        },
        {
            "start": 822447142,
            "stop": 822454058
        },
        {
            "start": 822454059,
            "stop": 822463117
        }
    ]
}