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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=53",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 54,
    "results": [
        {
            "start": 931511680,
            "stop": 931511688
        },
        {
            "start": 931511695,
            "stop": 931511711
        },
        {
            "start": 931511719,
            "stop": 931511749
        },
        {
            "start": 931511761,
            "stop": 931511765
        },
        {
            "start": 931511772,
            "stop": 931511808
        },
        {
            "start": 931511819,
            "stop": 931511847
        },
        {
            "start": 931511854,
            "stop": 931511857
        },
        {
            "start": 931511864,
            "stop": 931511875
        },
        {
            "start": 931511883,
            "stop": 931511886
        },
        {
            "start": 931511894,
            "stop": 931511905
        },
        {
            "start": 931511915,
            "stop": 931511921
        },
        {
            "start": 931511928,
            "stop": 931511936
        },
        {
            "start": 931511943,
            "stop": 931511944
        },
        {
            "start": 931511955,
            "stop": 931511957
        },
        {
            "start": 931511969,
            "stop": 931511973
        },
        {
            "start": 931511985,
            "stop": 931512023
        },
        {
            "start": 931512039,
            "stop": 931512043
        },
        {
            "start": 931512059,
            "stop": 931512070
        },
        {
            "start": 931512077,
            "stop": 931512096
        },
        {
            "start": 931512103,
            "stop": 931512113
        }
    ]
}