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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3657",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3655",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3656,
    "results": [
        {
            "start": 872658120,
            "stop": 872658180
        },
        {
            "start": 872658240,
            "stop": 872658660
        },
        {
            "start": 872658720,
            "stop": 872658944
        },
        {
            "start": 872659125,
            "stop": 872659560
        },
        {
            "start": 872659620,
            "stop": 872660100
        },
        {
            "start": 872660340,
            "stop": 872660814
        },
        {
            "start": 872660831,
            "stop": 872661146
        },
        {
            "start": 872661163,
            "stop": 872662200
        },
        {
            "start": 872662260,
            "stop": 872663211
        },
        {
            "start": 872663228,
            "stop": 872665139
        },
        {
            "start": 872665161,
            "stop": 872667200
        },
        {
            "start": 872667217,
            "stop": 872669990
        },
        {
            "start": 872670007,
            "stop": 872670250
        },
        {
            "start": 872670267,
            "stop": 872671340
        },
        {
            "start": 872671357,
            "stop": 872671653
        },
        {
            "start": 872671670,
            "stop": 872671747
        },
        {
            "start": 872671764,
            "stop": 872672385
        },
        {
            "start": 872672402,
            "stop": 872675095
        },
        {
            "start": 872675112,
            "stop": 872675233
        },
        {
            "start": 872675251,
            "stop": 872675427
        }
    ]
}