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=325
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=326",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=324",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 325,
    "results": [
        {
            "start": 818630890,
            "stop": 818630927
        },
        {
            "start": 818630946,
            "stop": 818631115
        },
        {
            "start": 818631160,
            "stop": 818631185
        },
        {
            "start": 818631229,
            "stop": 818631241
        },
        {
            "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": 818635962
        },
        {
            "start": 818635985,
            "stop": 818636490
        },
        {
            "start": 818724818,
            "stop": 818724826
        },
        {
            "start": 818724833,
            "stop": 818724834
        },
        {
            "start": 818724913,
            "stop": 818724933
        }
    ]
}