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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=247",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=245",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 246,
    "results": [
        {
            "start": 934606979,
            "stop": 934606989
        },
        {
            "start": 934606991,
            "stop": 934606995
        },
        {
            "start": 934606997,
            "stop": 934607021
        },
        {
            "start": 934607023,
            "stop": 934607027
        },
        {
            "start": 934607029,
            "stop": 934607042
        },
        {
            "start": 934607046,
            "stop": 934607108
        },
        {
            "start": 934608260,
            "stop": 934610535
        },
        {
            "start": 934610537,
            "stop": 934610554
        },
        {
            "start": 934610557,
            "stop": 934610564
        },
        {
            "start": 934610566,
            "stop": 934610567
        },
        {
            "start": 934610569,
            "stop": 934610582
        },
        {
            "start": 934610585,
            "stop": 934610616
        },
        {
            "start": 934610619,
            "stop": 934610632
        },
        {
            "start": 934610636,
            "stop": 934614136
        },
        {
            "start": 934614138,
            "stop": 934614166
        },
        {
            "start": 934614168,
            "stop": 934614185
        },
        {
            "start": 934614189,
            "stop": 934614193
        },
        {
            "start": 934614195,
            "stop": 934614219
        },
        {
            "start": 934614221,
            "stop": 934614225
        },
        {
            "start": 934614229,
            "stop": 934614234
        }
    ]
}