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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=453",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=451",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 452,
    "results": [
        {
            "start": 871327763,
            "stop": 871327773
        },
        {
            "start": 871327787,
            "stop": 871327797
        },
        {
            "start": 871327801,
            "stop": 871327806
        },
        {
            "start": 871327825,
            "stop": 871327836
        },
        {
            "start": 871327844,
            "stop": 871327850
        },
        {
            "start": 871327864,
            "stop": 871327884
        },
        {
            "start": 871327888,
            "stop": 871327893
        },
        {
            "start": 871327902,
            "stop": 871327927
        },
        {
            "start": 871327931,
            "stop": 871328043
        },
        {
            "start": 871328047,
            "stop": 871328052
        },
        {
            "start": 871328061,
            "stop": 871328067
        },
        {
            "start": 871328070,
            "stop": 871328076
        },
        {
            "start": 871328080,
            "stop": 871328110
        },
        {
            "start": 871328118,
            "stop": 871328130
        },
        {
            "start": 871328133,
            "stop": 871328153
        },
        {
            "start": 871328171,
            "stop": 871328216
        },
        {
            "start": 871328219,
            "stop": 871328225
        },
        {
            "start": 871328239,
            "stop": 871328274
        },
        {
            "start": 871328292,
            "stop": 871328303
        },
        {
            "start": 871328331,
            "stop": 871328487
        }
    ]
}