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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1363",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1361",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1362,
    "results": [
        {
            "start": 966479799,
            "stop": 966480714
        },
        {
            "start": 966480715,
            "stop": 966487009
        },
        {
            "start": 966487010,
            "stop": 966494210
        },
        {
            "start": 966495241,
            "stop": 966515771
        },
        {
            "start": 966515773,
            "stop": 966518153
        },
        {
            "start": 966519980,
            "stop": 966531792
        },
        {
            "start": 966533602,
            "stop": 966533650
        },
        {
            "start": 966533652,
            "stop": 966533664
        },
        {
            "start": 966534923,
            "stop": 966535874
        },
        {
            "start": 966535875,
            "stop": 966541746
        },
        {
            "start": 966542909,
            "stop": 966549183
        },
        {
            "start": 966549184,
            "stop": 966555358
        },
        {
            "start": 966556040,
            "stop": 966564203
        },
        {
            "start": 966567028,
            "stop": 966567776
        },
        {
            "start": 966567777,
            "stop": 966567887
        },
        {
            "start": 966567888,
            "stop": 966568292
        },
        {
            "start": 966568293,
            "stop": 966568616
        },
        {
            "start": 966568617,
            "stop": 966568870
        },
        {
            "start": 966568871,
            "stop": 966569990
        },
        {
            "start": 966569991,
            "stop": 966572847
        }
    ]
}