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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=15",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 16,
    "results": [
        {
            "start": 815302477,
            "stop": 815302526
        },
        {
            "start": 815302543,
            "stop": 815302621
        },
        {
            "start": 815302624,
            "stop": 815302777
        },
        {
            "start": 815302780,
            "stop": 815302890
        },
        {
            "start": 815302952,
            "stop": 815303250
        },
        {
            "start": 815303370,
            "stop": 815303397
        },
        {
            "start": 815303400,
            "stop": 815303490
        },
        {
            "start": 815304150,
            "stop": 815304230
        },
        {
            "start": 815304233,
            "stop": 815304330
        },
        {
            "start": 815304390,
            "stop": 815304450
        },
        {
            "start": 815304510,
            "stop": 815304630
        },
        {
            "start": 815306226,
            "stop": 815306261
        },
        {
            "start": 815306280,
            "stop": 815306377
        },
        {
            "start": 815310210,
            "stop": 815310330
        },
        {
            "start": 815310390,
            "stop": 815310621
        },
        {
            "start": 815310638,
            "stop": 815310843
        },
        {
            "start": 815310866,
            "stop": 815311437
        },
        {
            "start": 815311440,
            "stop": 815312234
        },
        {
            "start": 815312237,
            "stop": 815312459
        },
        {
            "start": 815312463,
            "stop": 815312517
        }
    ]
}