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=134
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=135",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=133",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 134,
    "results": [
        {
            "start": 1372736866,
            "stop": 1372737209
        },
        {
            "start": 1372737211,
            "stop": 1372739672
        },
        {
            "start": 1372739673,
            "stop": 1372741567
        },
        {
            "start": 1372741568,
            "stop": 1372742089
        },
        {
            "start": 1372742092,
            "stop": 1372743542
        },
        {
            "start": 1372743544,
            "stop": 1372745616
        },
        {
            "start": 1372745618,
            "stop": 1372747865
        },
        {
            "start": 1372747867,
            "stop": 1372749806
        },
        {
            "start": 1372749807,
            "stop": 1372751894
        },
        {
            "start": 1372751895,
            "stop": 1372753831
        },
        {
            "start": 1372753832,
            "stop": 1372754364
        },
        {
            "start": 1372754367,
            "stop": 1372755932
        },
        {
            "start": 1372755933,
            "stop": 1372757951
        },
        {
            "start": 1372757952,
            "stop": 1372760178
        },
        {
            "start": 1372760180,
            "stop": 1372762114
        },
        {
            "start": 1372762116,
            "stop": 1372766639
        },
        {
            "start": 1372766641,
            "stop": 1372770576
        },
        {
            "start": 1372770577,
            "stop": 1372772013
        },
        {
            "start": 1372772016,
            "stop": 1372774472
        },
        {
            "start": 1372774474,
            "stop": 1372778884
        }
    ]
}