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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=29",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 30,
    "results": [
        {
            "start": 825750273,
            "stop": 825771618
        },
        {
            "start": 825772030,
            "stop": 825781379
        },
        {
            "start": 825809668,
            "stop": 825812778
        },
        {
            "start": 825812931,
            "stop": 825822822
        },
        {
            "start": 825824273,
            "stop": 825841445
        },
        {
            "start": 825842368,
            "stop": 825873746
        },
        {
            "start": 825876226,
            "stop": 825880418
        },
        {
            "start": 825883313,
            "stop": 825889619
        },
        {
            "start": 825891353,
            "stop": 825891812
        },
        {
            "start": 825898531,
            "stop": 825898713
        },
        {
            "start": 825908198,
            "stop": 825910197
        },
        {
            "start": 825943279,
            "stop": 825944824
        },
        {
            "start": 825947854,
            "stop": 825956750
        },
        {
            "start": 825959156,
            "stop": 825961005
        },
        {
            "start": 825961967,
            "stop": 825962172
        },
        {
            "start": 825964355,
            "stop": 825965888
        },
        {
            "start": 825966665,
            "stop": 825970923
        },
        {
            "start": 825971514,
            "stop": 825975596
        },
        {
            "start": 825976740,
            "stop": 825987650
        },
        {
            "start": 825992016,
            "stop": 825998531
        }
    ]
}