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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=156",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 157,
    "results": [
        {
            "start": 872973813,
            "stop": 872979792
        },
        {
            "start": 872980344,
            "stop": 872997216
        },
        {
            "start": 872999788,
            "stop": 873027878
        },
        {
            "start": 873028516,
            "stop": 873039664
        },
        {
            "start": 873042305,
            "stop": 873056226
        },
        {
            "start": 873059090,
            "stop": 873060190
        },
        {
            "start": 873061972,
            "stop": 873104111
        },
        {
            "start": 873106569,
            "stop": 873137066
        },
        {
            "start": 873138961,
            "stop": 873141102
        },
        {
            "start": 873142131,
            "stop": 873147930
        },
        {
            "start": 873149586,
            "stop": 873222850
        },
        {
            "start": 873224079,
            "stop": 873245566
        },
        {
            "start": 873247861,
            "stop": 873257938
        },
        {
            "start": 873258866,
            "stop": 873274718
        },
        {
            "start": 873275706,
            "stop": 873318424
        },
        {
            "start": 873319833,
            "stop": 873413473
        },
        {
            "start": 873417772,
            "stop": 873424743
        },
        {
            "start": 873431010,
            "stop": 873436308
        },
        {
            "start": 873437883,
            "stop": 873489654
        },
        {
            "start": 873493535,
            "stop": 873507161
        }
    ]
}