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=252
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=253",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=251",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 252,
    "results": [
        {
            "start": 1376716104,
            "stop": 1376716540
        },
        {
            "start": 1376716542,
            "stop": 1376717072
        },
        {
            "start": 1376717074,
            "stop": 1376717968
        },
        {
            "start": 1376717970,
            "stop": 1376718501
        },
        {
            "start": 1376718504,
            "stop": 1376718813
        },
        {
            "start": 1376718815,
            "stop": 1376718909
        },
        {
            "start": 1376718910,
            "stop": 1376720130
        },
        {
            "start": 1376720131,
            "stop": 1376720149
        },
        {
            "start": 1376720153,
            "stop": 1376720170
        },
        {
            "start": 1376720172,
            "stop": 1376720796
        },
        {
            "start": 1376720797,
            "stop": 1376721466
        },
        {
            "start": 1376721468,
            "stop": 1376721962
        },
        {
            "start": 1376721964,
            "stop": 1376722725
        },
        {
            "start": 1376722726,
            "stop": 1376723083
        },
        {
            "start": 1376723085,
            "stop": 1376723871
        },
        {
            "start": 1376723873,
            "stop": 1376724085
        },
        {
            "start": 1376724088,
            "stop": 1376724597
        },
        {
            "start": 1376724599,
            "stop": 1376725440
        },
        {
            "start": 1376725442,
            "stop": 1376726053
        },
        {
            "start": 1376726055,
            "stop": 1376726473
        }
    ]
}