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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=126",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 127,
    "results": [
        {
            "start": 931845975,
            "stop": 931846600
        },
        {
            "start": 931851319,
            "stop": 931852815
        },
        {
            "start": 931853175,
            "stop": 931853421
        },
        {
            "start": 931853426,
            "stop": 931853932
        },
        {
            "start": 931853937,
            "stop": 931854303
        },
        {
            "start": 931854305,
            "stop": 931856051
        },
        {
            "start": 931858032,
            "stop": 931858034
        },
        {
            "start": 931858252,
            "stop": 931858253
        },
        {
            "start": 931858311,
            "stop": 931858313
        },
        {
            "start": 931858478,
            "stop": 931858479
        },
        {
            "start": 931858710,
            "stop": 931858712
        },
        {
            "start": 931858761,
            "stop": 931858763
        },
        {
            "start": 931862956,
            "stop": 931862957
        },
        {
            "start": 931862962,
            "stop": 931862964
        },
        {
            "start": 931862968,
            "stop": 931862969
        },
        {
            "start": 931862978,
            "stop": 931862983
        },
        {
            "start": 931862985,
            "stop": 931862993
        },
        {
            "start": 931862994,
            "stop": 931863003
        },
        {
            "start": 931863006,
            "stop": 931863007
        },
        {
            "start": 931863009,
            "stop": 931863010
        }
    ]
}