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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=251",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 252,
    "results": [
        {
            "start": 852211375,
            "stop": 852211421
        },
        {
            "start": 852211425,
            "stop": 852211441
        },
        {
            "start": 852211449,
            "stop": 852211460
        },
        {
            "start": 852211465,
            "stop": 852211485
        },
        {
            "start": 852211489,
            "stop": 852211519
        },
        {
            "start": 852211527,
            "stop": 852211538
        },
        {
            "start": 852211543,
            "stop": 852211720
        },
        {
            "start": 852211724,
            "stop": 852211739
        },
        {
            "start": 852211748,
            "stop": 852211759
        },
        {
            "start": 852211762,
            "stop": 852211817
        },
        {
            "start": 852211820,
            "stop": 852211826
        },
        {
            "start": 852211830,
            "stop": 852212133
        },
        {
            "start": 852212136,
            "stop": 852212142
        },
        {
            "start": 852212160,
            "stop": 852212176
        },
        {
            "start": 852212179,
            "stop": 852212185
        },
        {
            "start": 852212199,
            "stop": 852212201
        },
        {
            "start": 852212205,
            "stop": 852212214
        },
        {
            "start": 852212233,
            "stop": 852212247
        },
        {
            "start": 852212256,
            "stop": 852212276
        },
        {
            "start": 852212290,
            "stop": 852212293
        }
    ]
}