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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=156",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 157,
    "results": [
        {
            "start": 818078667,
            "stop": 818078668
        },
        {
            "start": 818078671,
            "stop": 818078672
        },
        {
            "start": 818078678,
            "stop": 818078679
        },
        {
            "start": 818078688,
            "stop": 818078693
        },
        {
            "start": 818078698,
            "stop": 818078699
        },
        {
            "start": 818078708,
            "stop": 818078711
        },
        {
            "start": 818078717,
            "stop": 818078718
        },
        {
            "start": 818078721,
            "stop": 818078723
        },
        {
            "start": 818078726,
            "stop": 818078727
        },
        {
            "start": 818078739,
            "stop": 818078741
        },
        {
            "start": 818078749,
            "stop": 818078752
        },
        {
            "start": 818078762,
            "stop": 818078768
        },
        {
            "start": 818078780,
            "stop": 818078781
        },
        {
            "start": 818078787,
            "stop": 818078788
        },
        {
            "start": 818078800,
            "stop": 818078809
        },
        {
            "start": 818078812,
            "stop": 818078815
        },
        {
            "start": 818078825,
            "stop": 818078827
        },
        {
            "start": 818078835,
            "stop": 818078838
        },
        {
            "start": 818078850,
            "stop": 818078852
        },
        {
            "start": 818078855,
            "stop": 818078858
        }
    ]
}