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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 1,
    "results": [
        {
            "start": 1396417050,
            "stop": 1396453505
        },
        {
            "start": 1396455750,
            "stop": 1396468611
        },
        {
            "start": 1396468616,
            "stop": 1396551020
        },
        {
            "start": 1396552298,
            "stop": 1396579632
        },
        {
            "start": 1396581517,
            "stop": 1396623866
        },
        {
            "start": 1396652834,
            "stop": 1396660595
        },
        {
            "start": 1396666732,
            "stop": 1396667654
        },
        {
            "start": 1396667875,
            "stop": 1396692680
        },
        {
            "start": 1396702343,
            "stop": 1396702711
        },
        {
            "start": 1396702986,
            "stop": 1396706491
        },
        {
            "start": 1396739496,
            "stop": 1396768570
        },
        {
            "start": 1396784915,
            "stop": 1396788364
        },
        {
            "start": 1396809233,
            "stop": 1396813495
        },
        {
            "start": 1396813980,
            "stop": 1396818041
        },
        {
            "start": 1396829475,
            "stop": 1396829703
        },
        {
            "start": 1396830077,
            "stop": 1396830227
        },
        {
            "start": 1396830802,
            "stop": 1396830815
        },
        {
            "start": 1396832601,
            "stop": 1396833474
        },
        {
            "start": 1396833585,
            "stop": 1396858240
        },
        {
            "start": 1396877059,
            "stop": 1396877530
        }
    ]
}