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=921
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=922",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=920",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 921,
    "results": [
        {
            "start": 1251479572,
            "stop": 1251479597
        },
        {
            "start": 1251479601,
            "stop": 1251479805
        },
        {
            "start": 1251479809,
            "stop": 1251479904
        },
        {
            "start": 1251479908,
            "stop": 1251480062
        },
        {
            "start": 1251480066,
            "stop": 1251480128
        },
        {
            "start": 1251480132,
            "stop": 1251480283
        },
        {
            "start": 1251480287,
            "stop": 1251480352
        },
        {
            "start": 1251480357,
            "stop": 1251480395
        },
        {
            "start": 1251480399,
            "stop": 1251480545
        },
        {
            "start": 1251480550,
            "stop": 1251480851
        },
        {
            "start": 1251480855,
            "stop": 1251480899
        },
        {
            "start": 1251480906,
            "stop": 1251480907
        },
        {
            "start": 1251480934,
            "stop": 1251480940
        },
        {
            "start": 1251480944,
            "stop": 1251481000
        },
        {
            "start": 1251481004,
            "stop": 1251481183
        },
        {
            "start": 1251481187,
            "stop": 1251481311
        },
        {
            "start": 1251481315,
            "stop": 1251481767
        },
        {
            "start": 1251481771,
            "stop": 1251481999
        },
        {
            "start": 1251482003,
            "stop": 1251482388
        },
        {
            "start": 1251482392,
            "stop": 1251482485
        }
    ]
}