Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=319
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=318",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 319,
    "results": [
        {
            "start": 823255134,
            "stop": 823265552
        },
        {
            "start": 823265706,
            "stop": 823266175
        },
        {
            "start": 823269931,
            "stop": 823270687
        },
        {
            "start": 823270692,
            "stop": 823270799
        },
        {
            "start": 823271927,
            "stop": 823272140
        },
        {
            "start": 823273012,
            "stop": 823275134
        },
        {
            "start": 823275139,
            "stop": 823275158
        },
        {
            "start": 823275174,
            "stop": 823275202
        },
        {
            "start": 823289327,
            "stop": 823292072
        },
        {
            "start": 823292078,
            "stop": 823292116
        },
        {
            "start": 823293432,
            "stop": 823297148
        },
        {
            "start": 823298612,
            "stop": 823300714
        },
        {
            "start": 823300719,
            "stop": 823300820
        },
        {
            "start": 823300825,
            "stop": 823300828
        },
        {
            "start": 823328764,
            "stop": 823329022
        },
        {
            "start": 823329027,
            "stop": 823329152
        },
        {
            "start": 823329158,
            "stop": 823329219
        },
        {
            "start": 823329227,
            "stop": 823329272
        },
        {
            "start": 823329278,
            "stop": 823329295
        },
        {
            "start": 823329303,
            "stop": 823329324
        }
    ]
}