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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=176",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 177,
    "results": [
        {
            "start": 819778799,
            "stop": 819787385
        },
        {
            "start": 819787877,
            "stop": 819789731
        },
        {
            "start": 819789738,
            "stop": 819790211
        },
        {
            "start": 819790219,
            "stop": 819790428
        },
        {
            "start": 819790438,
            "stop": 819790804
        },
        {
            "start": 819790816,
            "stop": 819791214
        },
        {
            "start": 819792630,
            "stop": 819793993
        },
        {
            "start": 819794144,
            "stop": 819794714
        },
        {
            "start": 819794721,
            "stop": 819799111
        },
        {
            "start": 819799118,
            "stop": 819800353
        },
        {
            "start": 819800392,
            "stop": 819800393
        },
        {
            "start": 819800981,
            "stop": 819804886
        },
        {
            "start": 819804914,
            "stop": 819805237
        },
        {
            "start": 819805251,
            "stop": 819805262
        },
        {
            "start": 819805290,
            "stop": 819805303
        },
        {
            "start": 819805325,
            "stop": 819805328
        },
        {
            "start": 819805356,
            "stop": 819810016
        },
        {
            "start": 819810027,
            "stop": 819810338
        },
        {
            "start": 819810369,
            "stop": 819810396
        },
        {
            "start": 819810424,
            "stop": 819810431
        }
    ]
}