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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=109",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 110,
    "results": [
        {
            "start": 819801855,
            "stop": 819801879
        },
        {
            "start": 819803753,
            "stop": 819804760
        },
        {
            "start": 819804763,
            "stop": 819806727
        },
        {
            "start": 819806730,
            "stop": 819806784
        },
        {
            "start": 819806787,
            "stop": 819807332
        },
        {
            "start": 819807336,
            "stop": 819807962
        },
        {
            "start": 819807966,
            "stop": 819808475
        },
        {
            "start": 819808478,
            "stop": 819809400
        },
        {
            "start": 819809403,
            "stop": 819809891
        },
        {
            "start": 819809894,
            "stop": 819812476
        },
        {
            "start": 819812479,
            "stop": 819812699
        },
        {
            "start": 819812702,
            "stop": 819812882
        },
        {
            "start": 819812885,
            "stop": 819813275
        },
        {
            "start": 819813278,
            "stop": 819813308
        },
        {
            "start": 819813312,
            "stop": 819813473
        },
        {
            "start": 819813476,
            "stop": 819814023
        },
        {
            "start": 819814026,
            "stop": 819815420
        },
        {
            "start": 819815423,
            "stop": 819816083
        },
        {
            "start": 819816086,
            "stop": 819816326
        },
        {
            "start": 819816329,
            "stop": 819816541
        }
    ]
}