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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16562",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16563,
    "results": [
        {
            "start": 874683258,
            "stop": 874683267
        },
        {
            "start": 874683268,
            "stop": 874683322
        },
        {
            "start": 874683324,
            "stop": 874683329
        },
        {
            "start": 874683331,
            "stop": 874683346
        },
        {
            "start": 874683347,
            "stop": 874683429
        },
        {
            "start": 874683576,
            "stop": 874683609
        },
        {
            "start": 874683610,
            "stop": 874683638
        },
        {
            "start": 874683639,
            "stop": 874683652
        },
        {
            "start": 874683653,
            "stop": 874683665
        },
        {
            "start": 874683668,
            "stop": 874683761
        },
        {
            "start": 874683762,
            "stop": 874683782
        },
        {
            "start": 874683784,
            "stop": 874683792
        },
        {
            "start": 874683794,
            "stop": 874683809
        },
        {
            "start": 874683811,
            "stop": 874683834
        },
        {
            "start": 874683835,
            "stop": 874683853
        },
        {
            "start": 874683854,
            "stop": 874683961
        },
        {
            "start": 874683963,
            "stop": 874684027
        },
        {
            "start": 874684028,
            "stop": 874684077
        },
        {
            "start": 874684080,
            "stop": 874684145
        },
        {
            "start": 874684148,
            "stop": 874684171
        }
    ]
}