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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=197",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 198,
    "results": [
        {
            "start": 931444961,
            "stop": 931444962
        },
        {
            "start": 931444965,
            "stop": 931444966
        },
        {
            "start": 931444968,
            "stop": 931445027
        },
        {
            "start": 931445029,
            "stop": 931445031
        },
        {
            "start": 931445033,
            "stop": 931445039
        },
        {
            "start": 931445041,
            "stop": 931445071
        },
        {
            "start": 931445074,
            "stop": 931445081
        },
        {
            "start": 931445083,
            "stop": 931445088
        },
        {
            "start": 931445090,
            "stop": 931445101
        },
        {
            "start": 931445103,
            "stop": 931445133
        },
        {
            "start": 931445135,
            "stop": 931445136
        },
        {
            "start": 931445138,
            "stop": 931445156
        },
        {
            "start": 931445158,
            "stop": 931445176
        },
        {
            "start": 931445178,
            "stop": 931445180
        },
        {
            "start": 931445182,
            "stop": 931445186
        },
        {
            "start": 931445191,
            "stop": 931445192
        },
        {
            "start": 931445194,
            "stop": 931445223
        },
        {
            "start": 931445225,
            "stop": 931445247
        },
        {
            "start": 931445249,
            "stop": 931445250
        },
        {
            "start": 931445252,
            "stop": 931445257
        }
    ]
}