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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=108",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 109,
    "results": [
        {
            "start": 931672876,
            "stop": 931672877
        },
        {
            "start": 931672886,
            "stop": 931672887
        },
        {
            "start": 931672894,
            "stop": 931672914
        },
        {
            "start": 931672925,
            "stop": 931672931
        },
        {
            "start": 931672938,
            "stop": 931672948
        },
        {
            "start": 931672995,
            "stop": 931673002
        },
        {
            "start": 931673022,
            "stop": 931673030
        },
        {
            "start": 931673058,
            "stop": 931673062
        },
        {
            "start": 931673087,
            "stop": 931673089
        },
        {
            "start": 931673101,
            "stop": 931673102
        },
        {
            "start": 931673134,
            "stop": 931673135
        },
        {
            "start": 931673141,
            "stop": 931673155
        },
        {
            "start": 931673178,
            "stop": 931673182
        },
        {
            "start": 931673197,
            "stop": 931673199
        },
        {
            "start": 931673215,
            "stop": 931673218
        },
        {
            "start": 931673234,
            "stop": 931673241
        },
        {
            "start": 931673255,
            "stop": 931673256
        },
        {
            "start": 931673280,
            "stop": 931673284
        },
        {
            "start": 931673298,
            "stop": 931673302
        },
        {
            "start": 931673321,
            "stop": 931673327
        }
    ]
}