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_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/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 177,
    "results": [
        {
            "start": 1374087117,
            "stop": 1374087251
        },
        {
            "start": 1374087253,
            "stop": 1374088246
        },
        {
            "start": 1374088247,
            "stop": 1374089230
        },
        {
            "start": 1374089232,
            "stop": 1374090226
        },
        {
            "start": 1374090228,
            "stop": 1374090995
        },
        {
            "start": 1374090996,
            "stop": 1374091151
        },
        {
            "start": 1374091154,
            "stop": 1374091200
        },
        {
            "start": 1374091202,
            "stop": 1374091403
        },
        {
            "start": 1374091404,
            "stop": 1374092378
        },
        {
            "start": 1374092380,
            "stop": 1374093363
        },
        {
            "start": 1374093365,
            "stop": 1374095060
        },
        {
            "start": 1374095062,
            "stop": 1374095072
        },
        {
            "start": 1374095074,
            "stop": 1374095078
        },
        {
            "start": 1374095081,
            "stop": 1374095089
        },
        {
            "start": 1374095092,
            "stop": 1374095121
        },
        {
            "start": 1374095123,
            "stop": 1374096147
        },
        {
            "start": 1374096149,
            "stop": 1374096637
        },
        {
            "start": 1374096639,
            "stop": 1374096942
        },
        {
            "start": 1374097221,
            "stop": 1374097448
        },
        {
            "start": 1374097449,
            "stop": 1374098306
        }
    ]
}