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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8072",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8070",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8071,
    "results": [
        {
            "start": 872374260,
            "stop": 872374269
        },
        {
            "start": 872374288,
            "stop": 872374441
        },
        {
            "start": 872374458,
            "stop": 872374515
        },
        {
            "start": 872374532,
            "stop": 872374577
        },
        {
            "start": 872374715,
            "stop": 872374814
        },
        {
            "start": 872374934,
            "stop": 872374947
        },
        {
            "start": 872374966,
            "stop": 872375000
        },
        {
            "start": 872375022,
            "stop": 872375065
        },
        {
            "start": 872375084,
            "stop": 872375097
        },
        {
            "start": 872375154,
            "stop": 872375298
        },
        {
            "start": 872375315,
            "stop": 872375451
        },
        {
            "start": 872375468,
            "stop": 872375485
        },
        {
            "start": 872375513,
            "stop": 872375515
        },
        {
            "start": 872375534,
            "stop": 872375537
        },
        {
            "start": 872375554,
            "stop": 872375564
        },
        {
            "start": 872375774,
            "stop": 872375946
        },
        {
            "start": 872376066,
            "stop": 872376096
        },
        {
            "start": 872376113,
            "stop": 872376116
        },
        {
            "start": 872376133,
            "stop": 872376326
        },
        {
            "start": 872376345,
            "stop": 872376605
        }
    ]
}