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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=296",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 297,
    "results": [
        {
            "start": 1377734313,
            "stop": 1377735690
        },
        {
            "start": 1377735692,
            "stop": 1377736927
        },
        {
            "start": 1377736929,
            "stop": 1377739889
        },
        {
            "start": 1377739890,
            "stop": 1377741023
        },
        {
            "start": 1377741024,
            "stop": 1377741621
        },
        {
            "start": 1377741623,
            "stop": 1377743144
        },
        {
            "start": 1377743145,
            "stop": 1377743748
        },
        {
            "start": 1377743750,
            "stop": 1377745341
        },
        {
            "start": 1377745344,
            "stop": 1377745531
        },
        {
            "start": 1377745533,
            "stop": 1377746152
        },
        {
            "start": 1377746154,
            "stop": 1377747322
        },
        {
            "start": 1377747324,
            "stop": 1377748014
        },
        {
            "start": 1377748016,
            "stop": 1377750050
        },
        {
            "start": 1377750052,
            "stop": 1377750603
        },
        {
            "start": 1377750605,
            "stop": 1377752141
        },
        {
            "start": 1377752143,
            "stop": 1377752989
        },
        {
            "start": 1377752991,
            "stop": 1377754653
        },
        {
            "start": 1377754655,
            "stop": 1377755364
        },
        {
            "start": 1377755365,
            "stop": 1377756519
        },
        {
            "start": 1377756520,
            "stop": 1377759284
        }
    ]
}