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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=76",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 77,
    "results": [
        {
            "start": 931259696,
            "stop": 931259714
        },
        {
            "start": 931259716,
            "stop": 931259814
        },
        {
            "start": 931259815,
            "stop": 931260038
        },
        {
            "start": 931260039,
            "stop": 931260075
        },
        {
            "start": 931260076,
            "stop": 931260127
        },
        {
            "start": 931260128,
            "stop": 931260156
        },
        {
            "start": 931260157,
            "stop": 931260183
        },
        {
            "start": 931260184,
            "stop": 931260209
        },
        {
            "start": 931260210,
            "stop": 931260213
        },
        {
            "start": 931260214,
            "stop": 931260227
        },
        {
            "start": 931260229,
            "stop": 931260232
        },
        {
            "start": 931260233,
            "stop": 931260266
        },
        {
            "start": 931260268,
            "stop": 931260332
        },
        {
            "start": 931260333,
            "stop": 931260399
        },
        {
            "start": 931260400,
            "stop": 931260446
        },
        {
            "start": 931260447,
            "stop": 931260458
        },
        {
            "start": 931260459,
            "stop": 931260469
        },
        {
            "start": 931260470,
            "stop": 931260567
        },
        {
            "start": 931260568,
            "stop": 931260583
        },
        {
            "start": 931261879,
            "stop": 931261881
        }
    ]
}