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=3929
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=3930",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3928",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3929,
    "results": [
        {
            "start": 874221345,
            "stop": 874221348
        },
        {
            "start": 874221352,
            "stop": 874221408
        },
        {
            "start": 874221413,
            "stop": 874221438
        },
        {
            "start": 874221441,
            "stop": 874221444
        },
        {
            "start": 874221447,
            "stop": 874221483
        },
        {
            "start": 874221486,
            "stop": 874221715
        },
        {
            "start": 874221718,
            "stop": 874221934
        },
        {
            "start": 874221938,
            "stop": 874221998
        },
        {
            "start": 874222001,
            "stop": 874222009
        },
        {
            "start": 874222012,
            "stop": 874222042
        },
        {
            "start": 874222047,
            "stop": 874222050
        },
        {
            "start": 874222053,
            "stop": 874222060
        },
        {
            "start": 874222065,
            "stop": 874222069
        },
        {
            "start": 874222072,
            "stop": 874222085
        },
        {
            "start": 874222088,
            "stop": 874222097
        },
        {
            "start": 874222100,
            "stop": 874222110
        },
        {
            "start": 874222113,
            "stop": 874222123
        },
        {
            "start": 874222131,
            "stop": 874222375
        },
        {
            "start": 874222379,
            "stop": 874222384
        },
        {
            "start": 874222387,
            "stop": 874222389
        }
    ]
}