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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=93",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 94,
    "results": [
        {
            "start": 818632740,
            "stop": 818633160
        },
        {
            "start": 818633220,
            "stop": 818635033
        },
        {
            "start": 818636410,
            "stop": 818636533
        },
        {
            "start": 818637603,
            "stop": 818638500
        },
        {
            "start": 818638560,
            "stop": 818639460
        },
        {
            "start": 818639520,
            "stop": 818640240
        },
        {
            "start": 818640300,
            "stop": 818640720
        },
        {
            "start": 818640780,
            "stop": 818641132
        },
        {
            "start": 818641161,
            "stop": 818641550
        },
        {
            "start": 818641690,
            "stop": 818643950
        },
        {
            "start": 818644030,
            "stop": 818645233
        },
        {
            "start": 818647355,
            "stop": 818649493
        },
        {
            "start": 818649640,
            "stop": 818653080
        },
        {
            "start": 818653200,
            "stop": 818654653
        },
        {
            "start": 818657617,
            "stop": 818658823
        },
        {
            "start": 818659004,
            "stop": 818664660
        },
        {
            "start": 818664720,
            "stop": 818669580
        },
        {
            "start": 818669640,
            "stop": 818677633
        },
        {
            "start": 818681335,
            "stop": 818684260
        },
        {
            "start": 818684266,
            "stop": 818686543
        }
    ]
}