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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3954",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3955,
    "results": [
        {
            "start": 874349274,
            "stop": 874349278
        },
        {
            "start": 874350481,
            "stop": 874350494
        },
        {
            "start": 874350496,
            "stop": 874350501
        },
        {
            "start": 874350502,
            "stop": 874350547
        },
        {
            "start": 874350548,
            "stop": 874350594
        },
        {
            "start": 874350596,
            "stop": 874351152
        },
        {
            "start": 874351153,
            "stop": 874351920
        },
        {
            "start": 874352040,
            "stop": 874352045
        },
        {
            "start": 874353403,
            "stop": 874353531
        },
        {
            "start": 874354880,
            "stop": 874355169
        },
        {
            "start": 874355170,
            "stop": 874355186
        },
        {
            "start": 874355187,
            "stop": 874355365
        },
        {
            "start": 874356376,
            "stop": 874356387
        },
        {
            "start": 874356388,
            "stop": 874357763
        },
        {
            "start": 874357766,
            "stop": 874358637
        },
        {
            "start": 874358640,
            "stop": 874359242
        },
        {
            "start": 874359243,
            "stop": 874359271
        },
        {
            "start": 874359274,
            "stop": 874359506
        },
        {
            "start": 874359509,
            "stop": 874359800
        },
        {
            "start": 874359801,
            "stop": 874360568
        }
    ]
}