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=403
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=404",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=402",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 403,
    "results": [
        {
            "start": 864405576,
            "stop": 864405592
        },
        {
            "start": 864405596,
            "stop": 864405876
        },
        {
            "start": 864405886,
            "stop": 864405949
        },
        {
            "start": 864405954,
            "stop": 864405959
        },
        {
            "start": 864405964,
            "stop": 864405973
        },
        {
            "start": 864405977,
            "stop": 864406036
        },
        {
            "start": 864406041,
            "stop": 864406257
        },
        {
            "start": 864406261,
            "stop": 864406373
        },
        {
            "start": 864406378,
            "stop": 864406388
        },
        {
            "start": 864406393,
            "stop": 864406408
        },
        {
            "start": 864406417,
            "stop": 864406466
        },
        {
            "start": 864406470,
            "stop": 864406598
        },
        {
            "start": 864406602,
            "stop": 864407354
        },
        {
            "start": 864407368,
            "stop": 864407374
        },
        {
            "start": 864407378,
            "stop": 864407709
        },
        {
            "start": 864407714,
            "stop": 864407922
        },
        {
            "start": 864407926,
            "stop": 864407971
        },
        {
            "start": 864407980,
            "stop": 864418222
        },
        {
            "start": 864418375,
            "stop": 864422015
        },
        {
            "start": 864422019,
            "stop": 864422993
        }
    ]
}