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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15960",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15958",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15959,
    "results": [
        {
            "start": 971411374,
            "stop": 971411376
        },
        {
            "start": 971411379,
            "stop": 971411382
        },
        {
            "start": 971411383,
            "stop": 971411388
        },
        {
            "start": 971411391,
            "stop": 971411401
        },
        {
            "start": 971411402,
            "stop": 971411405
        },
        {
            "start": 971411406,
            "stop": 971411409
        },
        {
            "start": 971411410,
            "stop": 971411411
        },
        {
            "start": 971411412,
            "stop": 971411416
        },
        {
            "start": 971411417,
            "stop": 971411420
        },
        {
            "start": 971411421,
            "stop": 971411432
        },
        {
            "start": 971411433,
            "stop": 971411437
        },
        {
            "start": 971411439,
            "stop": 971411441
        },
        {
            "start": 971411446,
            "stop": 971411447
        },
        {
            "start": 971411450,
            "stop": 971411451
        },
        {
            "start": 971411452,
            "stop": 971411456
        },
        {
            "start": 971411458,
            "stop": 971411460
        },
        {
            "start": 971411461,
            "stop": 971411462
        },
        {
            "start": 971411463,
            "stop": 971411467
        },
        {
            "start": 971411468,
            "stop": 971411471
        },
        {
            "start": 971411474,
            "stop": 971411480
        }
    ]
}