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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2178",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2179,
    "results": [
        {
            "start": 871073990,
            "stop": 871075150
        },
        {
            "start": 871075155,
            "stop": 871075831
        },
        {
            "start": 871076912,
            "stop": 871078060
        },
        {
            "start": 871078065,
            "stop": 871078120
        },
        {
            "start": 871078125,
            "stop": 871078290
        },
        {
            "start": 871078298,
            "stop": 871078315
        },
        {
            "start": 871078320,
            "stop": 871078352
        },
        {
            "start": 871078358,
            "stop": 871079858
        },
        {
            "start": 871079859,
            "stop": 871079877
        },
        {
            "start": 871079940,
            "stop": 871080237
        },
        {
            "start": 871080243,
            "stop": 871080285
        },
        {
            "start": 871080303,
            "stop": 871080315
        },
        {
            "start": 871080320,
            "stop": 871080480
        },
        {
            "start": 871080558,
            "stop": 871080592
        },
        {
            "start": 871080605,
            "stop": 871080610
        },
        {
            "start": 871080623,
            "stop": 871080625
        },
        {
            "start": 871080636,
            "stop": 871080639
        },
        {
            "start": 871080643,
            "stop": 871080647
        },
        {
            "start": 871080668,
            "stop": 871080670
        },
        {
            "start": 871080681,
            "stop": 871080683
        }
    ]
}