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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7617",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7615",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7616,
    "results": [
        {
            "start": 970769964,
            "stop": 970770211
        },
        {
            "start": 970770214,
            "stop": 970770292
        },
        {
            "start": 970770295,
            "stop": 970770421
        },
        {
            "start": 970770425,
            "stop": 970771954
        },
        {
            "start": 970771957,
            "stop": 970772803
        },
        {
            "start": 970772806,
            "stop": 970772843
        },
        {
            "start": 970772846,
            "stop": 970772860
        },
        {
            "start": 970772863,
            "stop": 970772911
        },
        {
            "start": 970772914,
            "stop": 970773193
        },
        {
            "start": 970773196,
            "stop": 970773490
        },
        {
            "start": 970773493,
            "stop": 970773519
        },
        {
            "start": 970773522,
            "stop": 970773834
        },
        {
            "start": 970773837,
            "stop": 970773982
        },
        {
            "start": 970773985,
            "stop": 970774021
        },
        {
            "start": 970774025,
            "stop": 970774032
        },
        {
            "start": 970774035,
            "stop": 970774040
        },
        {
            "start": 970774044,
            "stop": 970774769
        },
        {
            "start": 970774772,
            "stop": 970774886
        },
        {
            "start": 970774889,
            "stop": 970775147
        },
        {
            "start": 970775150,
            "stop": 970775776
        }
    ]
}