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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10123",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10124,
    "results": [
        {
            "start": 873487960,
            "stop": 873487994
        },
        {
            "start": 873488002,
            "stop": 873488049
        },
        {
            "start": 873488056,
            "stop": 873488179
        },
        {
            "start": 873488194,
            "stop": 873488197
        },
        {
            "start": 873488205,
            "stop": 873488226
        },
        {
            "start": 873488237,
            "stop": 873488267
        },
        {
            "start": 873488278,
            "stop": 873488305
        },
        {
            "start": 873488318,
            "stop": 873488334
        },
        {
            "start": 873488350,
            "stop": 873488358
        },
        {
            "start": 873488368,
            "stop": 873488448
        },
        {
            "start": 873488456,
            "stop": 873488487
        },
        {
            "start": 873488494,
            "stop": 873488515
        },
        {
            "start": 873488535,
            "stop": 873488575
        },
        {
            "start": 873488590,
            "stop": 873488597
        },
        {
            "start": 873488605,
            "stop": 873488990
        },
        {
            "start": 873489012,
            "stop": 873489031
        },
        {
            "start": 873489038,
            "stop": 873489103
        },
        {
            "start": 873489110,
            "stop": 873489118
        },
        {
            "start": 873489168,
            "stop": 873489252
        },
        {
            "start": 873489260,
            "stop": 873489736
        }
    ]
}