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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=41",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 42,
    "results": [
        {
            "start": 816161339,
            "stop": 816161566
        },
        {
            "start": 816161580,
            "stop": 816161597
        },
        {
            "start": 816161604,
            "stop": 816161654
        },
        {
            "start": 816161661,
            "stop": 816161745
        },
        {
            "start": 816161752,
            "stop": 816162053
        },
        {
            "start": 816162060,
            "stop": 816162207
        },
        {
            "start": 816162214,
            "stop": 816162270
        },
        {
            "start": 816162277,
            "stop": 816162793
        },
        {
            "start": 816162801,
            "stop": 816162838
        },
        {
            "start": 816162845,
            "stop": 816162924
        },
        {
            "start": 816162931,
            "stop": 816162998
        },
        {
            "start": 816163005,
            "stop": 816163135
        },
        {
            "start": 816163143,
            "stop": 816163316
        },
        {
            "start": 816163327,
            "stop": 816163623
        },
        {
            "start": 816163630,
            "stop": 816163694
        },
        {
            "start": 816163701,
            "stop": 816163762
        },
        {
            "start": 816163769,
            "stop": 816163939
        },
        {
            "start": 816163952,
            "stop": 816164572
        },
        {
            "start": 816164579,
            "stop": 816165254
        },
        {
            "start": 816165261,
            "stop": 816165302
        }
    ]
}