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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3737",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3735",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3736,
    "results": [
        {
            "start": 873676564,
            "stop": 873677016
        },
        {
            "start": 873698880,
            "stop": 873698940
        },
        {
            "start": 873699420,
            "stop": 873699480
        },
        {
            "start": 873699540,
            "stop": 873699600
        },
        {
            "start": 873699720,
            "stop": 873699780
        },
        {
            "start": 873699960,
            "stop": 873701316
        },
        {
            "start": 873701319,
            "stop": 873708215
        },
        {
            "start": 873708232,
            "stop": 873709560
        },
        {
            "start": 873709620,
            "stop": 873710544
        },
        {
            "start": 873710561,
            "stop": 873711075
        },
        {
            "start": 873711092,
            "stop": 873712402
        },
        {
            "start": 873712430,
            "stop": 873712715
        },
        {
            "start": 873712732,
            "stop": 873712860
        },
        {
            "start": 873712930,
            "stop": 873713262
        },
        {
            "start": 873713372,
            "stop": 873713535
        },
        {
            "start": 873713552,
            "stop": 873713700
        },
        {
            "start": 873713820,
            "stop": 873713880
        },
        {
            "start": 873714060,
            "stop": 873714120
        },
        {
            "start": 873714769,
            "stop": 873714900
        },
        {
            "start": 873715080,
            "stop": 873715200
        }
    ]
}