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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=276",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=274",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 275,
    "results": [
        {
            "start": 1240116428,
            "stop": 1240116546
        },
        {
            "start": 1240116548,
            "stop": 1240116666
        },
        {
            "start": 1240116668,
            "stop": 1240116786
        },
        {
            "start": 1240116788,
            "stop": 1240116906
        },
        {
            "start": 1240116908,
            "stop": 1240117026
        },
        {
            "start": 1240117028,
            "stop": 1240117042
        },
        {
            "start": 1240117047,
            "stop": 1240117146
        },
        {
            "start": 1240117148,
            "stop": 1240117246
        },
        {
            "start": 1240117248,
            "stop": 1240117386
        },
        {
            "start": 1240117388,
            "stop": 1240117506
        },
        {
            "start": 1240117508,
            "stop": 1240117626
        },
        {
            "start": 1240117628,
            "stop": 1240117746
        },
        {
            "start": 1240117748,
            "stop": 1240117866
        },
        {
            "start": 1240117868,
            "stop": 1240117986
        },
        {
            "start": 1240117988,
            "stop": 1240118104
        },
        {
            "start": 1240118105,
            "stop": 1240118226
        },
        {
            "start": 1240118228,
            "stop": 1240118346
        },
        {
            "start": 1240118348,
            "stop": 1240118352
        },
        {
            "start": 1240118356,
            "stop": 1240118466
        },
        {
            "start": 1240118468,
            "stop": 1240118586
        }
    ]
}