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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7641",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7639",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7640,
    "results": [
        {
            "start": 970989070,
            "stop": 970989109
        },
        {
            "start": 970989112,
            "stop": 970989130
        },
        {
            "start": 970989133,
            "stop": 970989205
        },
        {
            "start": 970989208,
            "stop": 970989229
        },
        {
            "start": 970989232,
            "stop": 970989293
        },
        {
            "start": 970989296,
            "stop": 970989400
        },
        {
            "start": 970989403,
            "stop": 970989438
        },
        {
            "start": 970989441,
            "stop": 970989466
        },
        {
            "start": 970989469,
            "stop": 970989516
        },
        {
            "start": 970989519,
            "stop": 970989571
        },
        {
            "start": 970989574,
            "stop": 970989781
        },
        {
            "start": 970989784,
            "stop": 970989788
        },
        {
            "start": 970989791,
            "stop": 970989938
        },
        {
            "start": 970989941,
            "stop": 970990068
        },
        {
            "start": 970990071,
            "stop": 970990273
        },
        {
            "start": 970990276,
            "stop": 970990319
        },
        {
            "start": 970990322,
            "stop": 970990490
        },
        {
            "start": 970990493,
            "stop": 970990713
        },
        {
            "start": 970990716,
            "stop": 970990722
        },
        {
            "start": 970990725,
            "stop": 970990768
        }
    ]
}