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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=110",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 111,
    "results": [
        {
            "start": 817951004,
            "stop": 817953006
        },
        {
            "start": 817953663,
            "stop": 817955198
        },
        {
            "start": 817955598,
            "stop": 817955623
        },
        {
            "start": 817956125,
            "stop": 817968967
        },
        {
            "start": 817968970,
            "stop": 817975292
        },
        {
            "start": 817975295,
            "stop": 817995312
        },
        {
            "start": 817995315,
            "stop": 817996588
        },
        {
            "start": 817996592,
            "stop": 817996614
        },
        {
            "start": 817996618,
            "stop": 817999870
        },
        {
            "start": 817999874,
            "stop": 818009845
        },
        {
            "start": 818009849,
            "stop": 818012119
        },
        {
            "start": 818025019,
            "stop": 818027454
        },
        {
            "start": 818030253,
            "stop": 818034259
        },
        {
            "start": 818035138,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818047350
        },
        {
            "start": 818047351,
            "stop": 818058928
        },
        {
            "start": 818060900,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818066848
        },
        {
            "start": 818066851,
            "stop": 818068097
        },
        {
            "start": 818069674,
            "stop": 818072983
        }
    ]
}