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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=276",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 277,
    "results": [
        {
            "start": 931684033,
            "stop": 931684034
        },
        {
            "start": 931684038,
            "stop": 931684048
        },
        {
            "start": 931684064,
            "stop": 931684070
        },
        {
            "start": 931684077,
            "stop": 931684078
        },
        {
            "start": 931684082,
            "stop": 931684084
        },
        {
            "start": 931684087,
            "stop": 931684090
        },
        {
            "start": 931684093,
            "stop": 931684096
        },
        {
            "start": 931684104,
            "stop": 931684105
        },
        {
            "start": 931684108,
            "stop": 931684111
        },
        {
            "start": 931684116,
            "stop": 931684119
        },
        {
            "start": 931684122,
            "stop": 931684125
        },
        {
            "start": 931684128,
            "stop": 931684131
        },
        {
            "start": 931684134,
            "stop": 931684135
        },
        {
            "start": 931684139,
            "stop": 931684147
        },
        {
            "start": 931684150,
            "stop": 931684152
        },
        {
            "start": 931684157,
            "stop": 931684159
        },
        {
            "start": 931684162,
            "stop": 931684164
        },
        {
            "start": 931684167,
            "stop": 931684173
        },
        {
            "start": 931684177,
            "stop": 931684178
        },
        {
            "start": 931684188,
            "stop": 931684194
        }
    ]
}