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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8852",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8850",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8851,
    "results": [
        {
            "start": 872978059,
            "stop": 872978062
        },
        {
            "start": 872978079,
            "stop": 872978117
        },
        {
            "start": 872978134,
            "stop": 872978155
        },
        {
            "start": 872978172,
            "stop": 872978187
        },
        {
            "start": 872978205,
            "stop": 872978213
        },
        {
            "start": 872978298,
            "stop": 872978324
        },
        {
            "start": 872978342,
            "stop": 872978361
        },
        {
            "start": 872978412,
            "stop": 872978452
        },
        {
            "start": 872978486,
            "stop": 872978914
        },
        {
            "start": 872978931,
            "stop": 872978933
        },
        {
            "start": 872978950,
            "stop": 872978973
        },
        {
            "start": 872978991,
            "stop": 872979058
        },
        {
            "start": 872979075,
            "stop": 872979133
        },
        {
            "start": 872979150,
            "stop": 872979169
        },
        {
            "start": 872979240,
            "stop": 872979248
        },
        {
            "start": 872979265,
            "stop": 872979288
        },
        {
            "start": 872979305,
            "stop": 872979382
        },
        {
            "start": 872979480,
            "stop": 872979566
        },
        {
            "start": 872979584,
            "stop": 872979635
        },
        {
            "start": 872979656,
            "stop": 872979695
        }
    ]
}