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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=380",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 381,
    "results": [
        {
            "start": 1260949676,
            "stop": 1260949678
        },
        {
            "start": 1260949680,
            "stop": 1260949685
        },
        {
            "start": 1260949687,
            "stop": 1260949693
        },
        {
            "start": 1260949696,
            "stop": 1260949707
        },
        {
            "start": 1260949712,
            "stop": 1260949774
        },
        {
            "start": 1260949777,
            "stop": 1260949785
        },
        {
            "start": 1260949786,
            "stop": 1260949787
        },
        {
            "start": 1260949789,
            "stop": 1260949796
        },
        {
            "start": 1260949799,
            "stop": 1260949981
        },
        {
            "start": 1260949982,
            "stop": 1260950031
        },
        {
            "start": 1260950038,
            "stop": 1260950040
        },
        {
            "start": 1260950043,
            "stop": 1260950061
        },
        {
            "start": 1260950064,
            "stop": 1260950067
        },
        {
            "start": 1260950070,
            "stop": 1260950099
        },
        {
            "start": 1260950102,
            "stop": 1260950107
        },
        {
            "start": 1260950110,
            "stop": 1260950142
        },
        {
            "start": 1260950145,
            "stop": 1260950149
        },
        {
            "start": 1260950151,
            "stop": 1260950160
        },
        {
            "start": 1260950162,
            "stop": 1260950233
        },
        {
            "start": 1260950238,
            "stop": 1260954577
        }
    ]
}