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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46806",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46807,
    "results": [
        {
            "start": 875124544,
            "stop": 875124582
        },
        {
            "start": 875124583,
            "stop": 875124628
        },
        {
            "start": 875124630,
            "stop": 875124644
        },
        {
            "start": 875124645,
            "stop": 875124683
        },
        {
            "start": 875124684,
            "stop": 875124686
        },
        {
            "start": 875124687,
            "stop": 875124734
        },
        {
            "start": 875124736,
            "stop": 875124755
        },
        {
            "start": 875124757,
            "stop": 875124762
        },
        {
            "start": 875124763,
            "stop": 875124819
        },
        {
            "start": 875124821,
            "stop": 875124824
        },
        {
            "start": 875124825,
            "stop": 875124835
        },
        {
            "start": 875124836,
            "stop": 875124841
        },
        {
            "start": 875124842,
            "stop": 875124863
        },
        {
            "start": 875124864,
            "stop": 875124883
        },
        {
            "start": 875124885,
            "stop": 875124904
        },
        {
            "start": 875124906,
            "stop": 875124920
        },
        {
            "start": 875124922,
            "stop": 875124942
        },
        {
            "start": 875124943,
            "stop": 875124947
        },
        {
            "start": 875124948,
            "stop": 875124965
        },
        {
            "start": 875124967,
            "stop": 875124968
        }
    ]
}