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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=20",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 21,
    "results": [
        {
            "start": 817574851,
            "stop": 817596516
        },
        {
            "start": 817597339,
            "stop": 817618144
        },
        {
            "start": 817630709,
            "stop": 817632222
        },
        {
            "start": 817632223,
            "stop": 817656282
        },
        {
            "start": 817656289,
            "stop": 817662195
        },
        {
            "start": 817664611,
            "stop": 817684946
        },
        {
            "start": 817684947,
            "stop": 817689448
        },
        {
            "start": 817690520,
            "stop": 817692161
        },
        {
            "start": 817692168,
            "stop": 817694556
        },
        {
            "start": 817695518,
            "stop": 817698766
        },
        {
            "start": 817698771,
            "stop": 817700668
        },
        {
            "start": 817701405,
            "stop": 817707381
        },
        {
            "start": 817707388,
            "stop": 817707688
        },
        {
            "start": 817708401,
            "stop": 817714727
        },
        {
            "start": 817716248,
            "stop": 817719115
        },
        {
            "start": 817720367,
            "stop": 817722831
        },
        {
            "start": 817723413,
            "stop": 817736342
        },
        {
            "start": 817736348,
            "stop": 817754577
        },
        {
            "start": 817756611,
            "stop": 817781840
        },
        {
            "start": 817784709,
            "stop": 817795282
        }
    ]
}