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=267
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=268",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=266",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 267,
    "results": [
        {
            "start": 1377001353,
            "stop": 1377003237
        },
        {
            "start": 1377003239,
            "stop": 1377003579
        },
        {
            "start": 1377003580,
            "stop": 1377005582
        },
        {
            "start": 1377005587,
            "stop": 1377006913
        },
        {
            "start": 1377006914,
            "stop": 1377007870
        },
        {
            "start": 1377007872,
            "stop": 1377009019
        },
        {
            "start": 1377009022,
            "stop": 1377012161
        },
        {
            "start": 1377012162,
            "stop": 1377013036
        },
        {
            "start": 1377013038,
            "stop": 1377013600
        },
        {
            "start": 1377013602,
            "stop": 1377015031
        },
        {
            "start": 1377015032,
            "stop": 1377015539
        },
        {
            "start": 1377015541,
            "stop": 1377016434
        },
        {
            "start": 1377016435,
            "stop": 1377018005
        },
        {
            "start": 1377018006,
            "stop": 1377019825
        },
        {
            "start": 1377019827,
            "stop": 1377021892
        },
        {
            "start": 1377021894,
            "stop": 1377021896
        },
        {
            "start": 1377021897,
            "stop": 1377022185
        },
        {
            "start": 1377022187,
            "stop": 1377023797
        },
        {
            "start": 1377023799,
            "stop": 1377024877
        },
        {
            "start": 1377024879,
            "stop": 1377025815
        }
    ]
}