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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40734",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40732",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40733,
    "results": [
        {
            "start": 874964362,
            "stop": 874964373
        },
        {
            "start": 874964375,
            "stop": 874964379
        },
        {
            "start": 874964382,
            "stop": 874964417
        },
        {
            "start": 874964418,
            "stop": 874964422
        },
        {
            "start": 874964423,
            "stop": 874964431
        },
        {
            "start": 874964432,
            "stop": 874964447
        },
        {
            "start": 874964449,
            "stop": 874964450
        },
        {
            "start": 874964452,
            "stop": 874964468
        },
        {
            "start": 874964469,
            "stop": 874964478
        },
        {
            "start": 874964480,
            "stop": 874964488
        },
        {
            "start": 874964490,
            "stop": 874964544
        },
        {
            "start": 874964545,
            "stop": 874964609
        },
        {
            "start": 874964610,
            "stop": 874964637
        },
        {
            "start": 874964640,
            "stop": 874964667
        },
        {
            "start": 874964668,
            "stop": 874964738
        },
        {
            "start": 874964739,
            "stop": 874964749
        },
        {
            "start": 874964750,
            "stop": 874964755
        },
        {
            "start": 874964756,
            "stop": 874964760
        },
        {
            "start": 874964820,
            "stop": 874964826
        },
        {
            "start": 874964827,
            "stop": 874964880
        }
    ]
}