Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=96
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=95",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 96,
    "results": [
        {
            "start": 1238507893,
            "stop": 1238507938
        },
        {
            "start": 1238507943,
            "stop": 1238508153
        },
        {
            "start": 1238508156,
            "stop": 1238508398
        },
        {
            "start": 1238508401,
            "stop": 1238508674
        },
        {
            "start": 1238508675,
            "stop": 1238508972
        },
        {
            "start": 1238508974,
            "stop": 1238509253
        },
        {
            "start": 1238509254,
            "stop": 1238509260
        },
        {
            "start": 1238509262,
            "stop": 1238509517
        },
        {
            "start": 1238509520,
            "stop": 1238509768
        },
        {
            "start": 1238509771,
            "stop": 1238509877
        },
        {
            "start": 1238509881,
            "stop": 1238509884
        },
        {
            "start": 1238509885,
            "stop": 1238509965
        },
        {
            "start": 1238509966,
            "stop": 1238509967
        },
        {
            "start": 1238509972,
            "stop": 1238509985
        },
        {
            "start": 1238509990,
            "stop": 1238510014
        },
        {
            "start": 1238510021,
            "stop": 1238510393
        },
        {
            "start": 1238510398,
            "stop": 1238510466
        },
        {
            "start": 1238510467,
            "stop": 1238510636
        },
        {
            "start": 1238510641,
            "stop": 1238510644
        },
        {
            "start": 1238510646,
            "stop": 1238510685
        }
    ]
}