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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=78",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 79,
    "results": [
        {
            "start": 931289383,
            "stop": 931289384
        },
        {
            "start": 931289394,
            "stop": 931289395
        },
        {
            "start": 931289411,
            "stop": 931289412
        },
        {
            "start": 931289415,
            "stop": 931289419
        },
        {
            "start": 931289425,
            "stop": 931289426
        },
        {
            "start": 931289442,
            "stop": 931289443
        },
        {
            "start": 931289454,
            "stop": 931289455
        },
        {
            "start": 931289457,
            "stop": 931289460
        },
        {
            "start": 931289463,
            "stop": 931289464
        },
        {
            "start": 931289494,
            "stop": 931289495
        },
        {
            "start": 931289503,
            "stop": 931289504
        },
        {
            "start": 931289515,
            "stop": 931289517
        },
        {
            "start": 931289535,
            "stop": 931289536
        },
        {
            "start": 931289538,
            "stop": 931289540
        },
        {
            "start": 931289545,
            "stop": 931289546
        },
        {
            "start": 931289643,
            "stop": 931289644
        },
        {
            "start": 931289651,
            "stop": 931289652
        },
        {
            "start": 931289700,
            "stop": 931289701
        },
        {
            "start": 931289797,
            "stop": 931289799
        },
        {
            "start": 931289806,
            "stop": 931289809
        }
    ]
}