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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3771",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3769",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3770,
    "results": [
        {
            "start": 971526300,
            "stop": 971526416
        },
        {
            "start": 971526419,
            "stop": 971526463
        },
        {
            "start": 971526466,
            "stop": 971526558
        },
        {
            "start": 971526561,
            "stop": 971526581
        },
        {
            "start": 971526586,
            "stop": 971526625
        },
        {
            "start": 971526628,
            "stop": 971526676
        },
        {
            "start": 971526679,
            "stop": 971526689
        },
        {
            "start": 971526692,
            "stop": 971526706
        },
        {
            "start": 971526707,
            "stop": 971526758
        },
        {
            "start": 971526761,
            "stop": 971526828
        },
        {
            "start": 971526831,
            "stop": 971526838
        },
        {
            "start": 971526841,
            "stop": 971526871
        },
        {
            "start": 971526876,
            "stop": 971526951
        },
        {
            "start": 971526957,
            "stop": 971526989
        },
        {
            "start": 971526992,
            "stop": 971527043
        },
        {
            "start": 971527046,
            "stop": 971527057
        },
        {
            "start": 971527060,
            "stop": 971527185
        },
        {
            "start": 971527188,
            "stop": 971527407
        },
        {
            "start": 971527410,
            "stop": 971527590
        },
        {
            "start": 971527593,
            "stop": 971527695
        }
    ]
}