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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=311",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 312,
    "results": [
        {
            "start": 818631263,
            "stop": 818631285
        },
        {
            "start": 818631305,
            "stop": 818631353
        },
        {
            "start": 818631375,
            "stop": 818631395
        },
        {
            "start": 818631416,
            "stop": 818631464
        },
        {
            "start": 818631503,
            "stop": 818631538
        },
        {
            "start": 818631560,
            "stop": 818631732
        },
        {
            "start": 818631758,
            "stop": 818631804
        },
        {
            "start": 818633808,
            "stop": 818633915
        },
        {
            "start": 818634525,
            "stop": 818634813
        },
        {
            "start": 818634833,
            "stop": 818634948
        },
        {
            "start": 818634997,
            "stop": 818635072
        },
        {
            "start": 818635089,
            "stop": 818635122
        },
        {
            "start": 818635242,
            "stop": 818635962
        },
        {
            "start": 818635985,
            "stop": 818636490
        },
        {
            "start": 818724818,
            "stop": 818724826
        },
        {
            "start": 818724833,
            "stop": 818724834
        },
        {
            "start": 818724913,
            "stop": 818724933
        },
        {
            "start": 818725013,
            "stop": 818725023
        },
        {
            "start": 818727918,
            "stop": 818727920
        },
        {
            "start": 818727977,
            "stop": 818728029
        }
    ]
}