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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=113",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 114,
    "results": [
        {
            "start": 819836988,
            "stop": 819837060
        },
        {
            "start": 819837186,
            "stop": 819837189
        },
        {
            "start": 819837211,
            "stop": 819837290
        },
        {
            "start": 819837293,
            "stop": 819837642
        },
        {
            "start": 819839073,
            "stop": 819839085
        },
        {
            "start": 819839088,
            "stop": 819839436
        },
        {
            "start": 819839439,
            "stop": 819839513
        },
        {
            "start": 819839516,
            "stop": 819839913
        },
        {
            "start": 819839939,
            "stop": 819840897
        },
        {
            "start": 819840900,
            "stop": 819841028
        },
        {
            "start": 819841031,
            "stop": 819841156
        },
        {
            "start": 819841160,
            "stop": 819841213
        },
        {
            "start": 819841372,
            "stop": 819841483
        },
        {
            "start": 819841488,
            "stop": 819842160
        },
        {
            "start": 819842163,
            "stop": 819842240
        },
        {
            "start": 819842243,
            "stop": 819842535
        },
        {
            "start": 819843526,
            "stop": 819843823
        },
        {
            "start": 819843826,
            "stop": 819843850
        },
        {
            "start": 819843854,
            "stop": 819843939
        },
        {
            "start": 819843942,
            "stop": 819844049
        }
    ]
}