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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=80",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 81,
    "results": [
        {
            "start": 818054089,
            "stop": 818054093
        },
        {
            "start": 818054101,
            "stop": 818054119
        },
        {
            "start": 818054136,
            "stop": 818054142
        },
        {
            "start": 818054153,
            "stop": 818054167
        },
        {
            "start": 818054189,
            "stop": 818054207
        },
        {
            "start": 818054215,
            "stop": 818054219
        },
        {
            "start": 818054249,
            "stop": 818054255
        },
        {
            "start": 818054272,
            "stop": 818054275
        },
        {
            "start": 818054324,
            "stop": 818054334
        },
        {
            "start": 818054355,
            "stop": 818054361
        },
        {
            "start": 818054378,
            "stop": 818054386
        },
        {
            "start": 818054416,
            "stop": 818054426
        },
        {
            "start": 818054458,
            "stop": 818054462
        },
        {
            "start": 818054472,
            "stop": 818054473
        },
        {
            "start": 818059500,
            "stop": 818059502
        },
        {
            "start": 818059513,
            "stop": 818059516
        },
        {
            "start": 818059529,
            "stop": 818059536
        },
        {
            "start": 818059544,
            "stop": 818059556
        },
        {
            "start": 818059564,
            "stop": 818059566
        },
        {
            "start": 818059585,
            "stop": 818059588
        }
    ]
}