Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5101",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5102,
    "results": [
        {
            "start": 874658243,
            "stop": 874658312
        },
        {
            "start": 874658320,
            "stop": 874658374
        },
        {
            "start": 874658381,
            "stop": 874658635
        },
        {
            "start": 874658642,
            "stop": 874658706
        },
        {
            "start": 874658713,
            "stop": 874658862
        },
        {
            "start": 874658869,
            "stop": 874658889
        },
        {
            "start": 874658897,
            "stop": 874658957
        },
        {
            "start": 874658964,
            "stop": 874659005
        },
        {
            "start": 874659012,
            "stop": 874659070
        },
        {
            "start": 874659077,
            "stop": 874659086
        },
        {
            "start": 874659094,
            "stop": 874659125
        },
        {
            "start": 874659132,
            "stop": 874659478
        },
        {
            "start": 874659485,
            "stop": 874659659
        },
        {
            "start": 874659667,
            "stop": 874659696
        },
        {
            "start": 874659704,
            "stop": 874659724
        },
        {
            "start": 874659731,
            "stop": 874659976
        },
        {
            "start": 874659983,
            "stop": 874660039
        },
        {
            "start": 874660046,
            "stop": 874660098
        },
        {
            "start": 874660105,
            "stop": 874660217
        },
        {
            "start": 874660224,
            "stop": 874660330
        }
    ]
}