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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=21",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 22,
    "results": [
        {
            "start": 815330978,
            "stop": 815331209
        },
        {
            "start": 815331212,
            "stop": 815332148
        },
        {
            "start": 815341180,
            "stop": 815341317
        },
        {
            "start": 815341320,
            "stop": 815341710
        },
        {
            "start": 815365597,
            "stop": 815365619
        },
        {
            "start": 815365622,
            "stop": 815366023
        },
        {
            "start": 815366204,
            "stop": 815366263
        },
        {
            "start": 815366444,
            "stop": 815366923
        },
        {
            "start": 815367104,
            "stop": 815367207
        },
        {
            "start": 815367210,
            "stop": 815367283
        },
        {
            "start": 815367464,
            "stop": 815370449
        },
        {
            "start": 815373336,
            "stop": 815373550
        },
        {
            "start": 815373979,
            "stop": 815374603
        },
        {
            "start": 815374784,
            "stop": 815378616
        },
        {
            "start": 815386833,
            "stop": 815386846
        },
        {
            "start": 815386853,
            "stop": 815388541
        },
        {
            "start": 815388544,
            "stop": 815394208
        },
        {
            "start": 815395535,
            "stop": 815397626
        },
        {
            "start": 815397629,
            "stop": 815399070
        },
        {
            "start": 815399073,
            "stop": 815403144
        }
    ]
}