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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1687",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=1685",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1686,
    "results": [
        {
            "start": 1248913281,
            "stop": 1248913745
        },
        {
            "start": 1248913748,
            "stop": 1248914205
        },
        {
            "start": 1248914208,
            "stop": 1248914298
        },
        {
            "start": 1248914301,
            "stop": 1248914408
        },
        {
            "start": 1248914411,
            "stop": 1248914794
        },
        {
            "start": 1248914796,
            "stop": 1248915431
        },
        {
            "start": 1248915434,
            "stop": 1248915508
        },
        {
            "start": 1248915511,
            "stop": 1248915646
        },
        {
            "start": 1248915649,
            "stop": 1248916093
        },
        {
            "start": 1248916096,
            "stop": 1248917320
        },
        {
            "start": 1248917323,
            "stop": 1248917569
        },
        {
            "start": 1248917572,
            "stop": 1248918208
        },
        {
            "start": 1248918211,
            "stop": 1248918914
        },
        {
            "start": 1248918917,
            "stop": 1248919641
        },
        {
            "start": 1248919644,
            "stop": 1248919992
        },
        {
            "start": 1248919995,
            "stop": 1248922984
        },
        {
            "start": 1248922987,
            "stop": 1248923683
        },
        {
            "start": 1248923686,
            "stop": 1248923906
        },
        {
            "start": 1248923910,
            "stop": 1248924940
        },
        {
            "start": 1248924943,
            "stop": 1248925393
        }
    ]
}