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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=112",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 113,
    "results": [
        {
            "start": 817340161,
            "stop": 817340177
        },
        {
            "start": 817340180,
            "stop": 817340238
        },
        {
            "start": 817340242,
            "stop": 817340364
        },
        {
            "start": 817341783,
            "stop": 817342150
        },
        {
            "start": 817342702,
            "stop": 817343329
        },
        {
            "start": 817343333,
            "stop": 817343392
        },
        {
            "start": 817343395,
            "stop": 817343697
        },
        {
            "start": 817343700,
            "stop": 817343730
        },
        {
            "start": 817343733,
            "stop": 817343917
        },
        {
            "start": 817343920,
            "stop": 817344167
        },
        {
            "start": 817344170,
            "stop": 817344251
        },
        {
            "start": 817344268,
            "stop": 817344324
        },
        {
            "start": 817344327,
            "stop": 817345074
        },
        {
            "start": 817345077,
            "stop": 817345917
        },
        {
            "start": 817345920,
            "stop": 817346304
        },
        {
            "start": 817346424,
            "stop": 817346454
        },
        {
            "start": 817346457,
            "stop": 817346659
        },
        {
            "start": 817348088,
            "stop": 817351003
        },
        {
            "start": 817351403,
            "stop": 817352347
        },
        {
            "start": 817352350,
            "stop": 817353448
        }
    ]
}