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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=250",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 251,
    "results": [
        {
            "start": 931467148,
            "stop": 931467150
        },
        {
            "start": 931467152,
            "stop": 931467202
        },
        {
            "start": 931467204,
            "stop": 931467216
        },
        {
            "start": 931467219,
            "stop": 931467237
        },
        {
            "start": 931467239,
            "stop": 931467249
        },
        {
            "start": 931467251,
            "stop": 931467256
        },
        {
            "start": 931467258,
            "stop": 931467263
        },
        {
            "start": 931467265,
            "stop": 931467295
        },
        {
            "start": 931467297,
            "stop": 931467298
        },
        {
            "start": 931467300,
            "stop": 931467311
        },
        {
            "start": 931467313,
            "stop": 931467315
        },
        {
            "start": 931467317,
            "stop": 931467318
        },
        {
            "start": 931467320,
            "stop": 931467322
        },
        {
            "start": 931467324,
            "stop": 931467326
        },
        {
            "start": 931467328,
            "stop": 931467339
        },
        {
            "start": 931467343,
            "stop": 931467352
        },
        {
            "start": 931467354,
            "stop": 931467357
        },
        {
            "start": 931467358,
            "stop": 931467367
        },
        {
            "start": 931467369,
            "stop": 931467370
        },
        {
            "start": 931467375,
            "stop": 931467398
        }
    ]
}