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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6552",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6550",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6551,
    "results": [
        {
            "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
        },
        {
            "start": 874421298,
            "stop": 874421337
        },
        {
            "start": 874421338,
            "stop": 874421787
        },
        {
            "start": 874421789,
            "stop": 874422015
        },
        {
            "start": 874422016,
            "stop": 874422021
        },
        {
            "start": 874422025,
            "stop": 874422075
        }
    ]
}