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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=362",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 363,
    "results": [
        {
            "start": 818258892,
            "stop": 818258893
        },
        {
            "start": 818258913,
            "stop": 818258915
        },
        {
            "start": 818258918,
            "stop": 818258921
        },
        {
            "start": 818258945,
            "stop": 818258946
        },
        {
            "start": 818258951,
            "stop": 818258952
        },
        {
            "start": 818258961,
            "stop": 818258962
        },
        {
            "start": 818258974,
            "stop": 818258977
        },
        {
            "start": 818259013,
            "stop": 818259015
        },
        {
            "start": 818259035,
            "stop": 818259036
        },
        {
            "start": 818259065,
            "stop": 818259066
        },
        {
            "start": 818259070,
            "stop": 818259076
        },
        {
            "start": 818259099,
            "stop": 818259100
        },
        {
            "start": 818259103,
            "stop": 818259105
        },
        {
            "start": 818259111,
            "stop": 818259117
        },
        {
            "start": 818259127,
            "stop": 818259128
        },
        {
            "start": 818259150,
            "stop": 818259153
        },
        {
            "start": 818259166,
            "stop": 818259167
        },
        {
            "start": 818259177,
            "stop": 818259179
        },
        {
            "start": 818259186,
            "stop": 818259187
        },
        {
            "start": 818259210,
            "stop": 818259213
        }
    ]
}