Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5251
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5250",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5251,
    "results": [
        {
            "start": 970198429,
            "stop": 970199028
        },
        {
            "start": 970199031,
            "stop": 970199191
        },
        {
            "start": 970199194,
            "stop": 970199231
        },
        {
            "start": 970199234,
            "stop": 970199371
        },
        {
            "start": 970199374,
            "stop": 970199431
        },
        {
            "start": 970199434,
            "stop": 970199600
        },
        {
            "start": 970199603,
            "stop": 970199905
        },
        {
            "start": 970199908,
            "stop": 970199946
        },
        {
            "start": 970199949,
            "stop": 970200068
        },
        {
            "start": 970200071,
            "stop": 970200158
        },
        {
            "start": 970200218,
            "stop": 970200232
        },
        {
            "start": 970200240,
            "stop": 970200338
        },
        {
            "start": 970200341,
            "stop": 970200474
        },
        {
            "start": 970200477,
            "stop": 970201360
        },
        {
            "start": 970201363,
            "stop": 970201478
        },
        {
            "start": 970201482,
            "stop": 970201498
        },
        {
            "start": 970201501,
            "stop": 970201674
        },
        {
            "start": 970201677,
            "stop": 970202200
        },
        {
            "start": 970202203,
            "stop": 970202294
        },
        {
            "start": 970202297,
            "stop": 970202446
        }
    ]
}