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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=236",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 237,
    "results": [
        {
            "start": 931462159,
            "stop": 931462166
        },
        {
            "start": 931462170,
            "stop": 931462192
        },
        {
            "start": 931462194,
            "stop": 931462196
        },
        {
            "start": 931462199,
            "stop": 931462206
        },
        {
            "start": 931462208,
            "stop": 931462214
        },
        {
            "start": 931462218,
            "stop": 931462219
        },
        {
            "start": 931462221,
            "stop": 931462222
        },
        {
            "start": 931462225,
            "stop": 931462243
        },
        {
            "start": 931462247,
            "stop": 931462248
        },
        {
            "start": 931462250,
            "stop": 931462258
        },
        {
            "start": 931462261,
            "stop": 931462263
        },
        {
            "start": 931462265,
            "stop": 931462268
        },
        {
            "start": 931462270,
            "stop": 931462271
        },
        {
            "start": 931462274,
            "stop": 931462296
        },
        {
            "start": 931462299,
            "stop": 931462322
        },
        {
            "start": 931462330,
            "stop": 931462351
        },
        {
            "start": 931462353,
            "stop": 931462369
        },
        {
            "start": 931462371,
            "stop": 931462428
        },
        {
            "start": 931462430,
            "stop": 931462451
        },
        {
            "start": 931462453,
            "stop": 931462462
        }
    ]
}