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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7155",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7156,
    "results": [
        {
            "start": 874418580,
            "stop": 874418797
        },
        {
            "start": 874418798,
            "stop": 874418817
        },
        {
            "start": 874418818,
            "stop": 874418951
        },
        {
            "start": 874418952,
            "stop": 874418988
        },
        {
            "start": 874418989,
            "stop": 874419164
        },
        {
            "start": 874419166,
            "stop": 874419346
        },
        {
            "start": 874419347,
            "stop": 874419422
        },
        {
            "start": 874419423,
            "stop": 874419606
        },
        {
            "start": 874419608,
            "stop": 874419623
        },
        {
            "start": 874419624,
            "stop": 874419877
        },
        {
            "start": 874419878,
            "stop": 874419964
        },
        {
            "start": 874419966,
            "stop": 874420296
        },
        {
            "start": 874420297,
            "stop": 874420536
        },
        {
            "start": 874420537,
            "stop": 874420547
        },
        {
            "start": 874420548,
            "stop": 874420824
        },
        {
            "start": 874420826,
            "stop": 874421003
        },
        {
            "start": 874421004,
            "stop": 874421011
        },
        {
            "start": 874421012,
            "stop": 874421124
        },
        {
            "start": 874421125,
            "stop": 874421204
        },
        {
            "start": 874421205,
            "stop": 874421297
        }
    ]
}