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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=77",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 78,
    "results": [
        {
            "start": 818912156,
            "stop": 818917744
        },
        {
            "start": 818919353,
            "stop": 818919489
        },
        {
            "start": 818919493,
            "stop": 818920825
        },
        {
            "start": 818920828,
            "stop": 818926638
        },
        {
            "start": 818926655,
            "stop": 818943529
        },
        {
            "start": 818943533,
            "stop": 818945489
        },
        {
            "start": 818946980,
            "stop": 818952266
        },
        {
            "start": 818953327,
            "stop": 818954200
        },
        {
            "start": 818955978,
            "stop": 818958188
        },
        {
            "start": 818958205,
            "stop": 818959136
        },
        {
            "start": 818959400,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818964824
        },
        {
            "start": 818964828,
            "stop": 818965429
        },
        {
            "start": 818965447,
            "stop": 818969062
        },
        {
            "start": 818969936,
            "stop": 818971076
        },
        {
            "start": 818971385,
            "stop": 819002189
        },
        {
            "start": 819002207,
            "stop": 819027629
        },
        {
            "start": 819027633,
            "stop": 819027930
        },
        {
            "start": 819029601,
            "stop": 819030073
        },
        {
            "start": 819033769,
            "stop": 819035372
        }
    ]
}