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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=97",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 98,
    "results": [
        {
            "start": 824866073,
            "stop": 824866075
        },
        {
            "start": 824866550,
            "stop": 824866571
        },
        {
            "start": 824866871,
            "stop": 824867666
        },
        {
            "start": 824867668,
            "stop": 824867686
        },
        {
            "start": 824867691,
            "stop": 824867807
        },
        {
            "start": 824867815,
            "stop": 824867886
        },
        {
            "start": 824867888,
            "stop": 824867891
        },
        {
            "start": 824867893,
            "stop": 824867894
        },
        {
            "start": 824867897,
            "stop": 824867912
        },
        {
            "start": 824868213,
            "stop": 824868881
        },
        {
            "start": 824868991,
            "stop": 824869146
        },
        {
            "start": 824869148,
            "stop": 824869287
        },
        {
            "start": 824869587,
            "stop": 824870675
        },
        {
            "start": 824870681,
            "stop": 824870689
        },
        {
            "start": 824870691,
            "stop": 824870699
        },
        {
            "start": 824870701,
            "stop": 824870703
        },
        {
            "start": 824870705,
            "stop": 824871017
        },
        {
            "start": 824871317,
            "stop": 824871569
        },
        {
            "start": 824871909,
            "stop": 824872007
        },
        {
            "start": 824872009,
            "stop": 824872064
        }
    ]
}