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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4746",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4744",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4745,
    "results": [
        {
            "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
        },
        {
            "start": 970202463,
            "stop": 970202524
        },
        {
            "start": 970202527,
            "stop": 970202747
        },
        {
            "start": 970202750,
            "stop": 970202781
        },
        {
            "start": 970202784,
            "stop": 970203039
        },
        {
            "start": 970203042,
            "stop": 970203244
        },
        {
            "start": 970203247,
            "stop": 970203279
        }
    ]
}