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=113
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=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=112",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 113,
    "results": [
        {
            "start": 819832847,
            "stop": 819832861
        },
        {
            "start": 819832864,
            "stop": 819832920
        },
        {
            "start": 819832980,
            "stop": 819832989
        },
        {
            "start": 819832992,
            "stop": 819833113
        },
        {
            "start": 819833116,
            "stop": 819833193
        },
        {
            "start": 819833210,
            "stop": 819833340
        },
        {
            "start": 819833343,
            "stop": 819833485
        },
        {
            "start": 819833502,
            "stop": 819833783
        },
        {
            "start": 819833800,
            "stop": 819834014
        },
        {
            "start": 819834017,
            "stop": 819834131
        },
        {
            "start": 819834134,
            "stop": 819834259
        },
        {
            "start": 819834262,
            "stop": 819834699
        },
        {
            "start": 819834788,
            "stop": 819835251
        },
        {
            "start": 819835254,
            "stop": 819835852
        },
        {
            "start": 819835856,
            "stop": 819836383
        },
        {
            "start": 819836387,
            "stop": 819836413
        },
        {
            "start": 819836416,
            "stop": 819836502
        },
        {
            "start": 819836506,
            "stop": 819836634
        },
        {
            "start": 819836637,
            "stop": 819836737
        },
        {
            "start": 819836740,
            "stop": 819836985
        }
    ]
}