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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=332",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 333,
    "results": [
        {
            "start": 823670572,
            "stop": 823670658
        },
        {
            "start": 823670667,
            "stop": 823670788
        },
        {
            "start": 823671786,
            "stop": 823671809
        },
        {
            "start": 823671817,
            "stop": 823671840
        },
        {
            "start": 823671847,
            "stop": 823671871
        },
        {
            "start": 823671878,
            "stop": 823672050
        },
        {
            "start": 823672055,
            "stop": 823672072
        },
        {
            "start": 823672077,
            "stop": 823672146
        },
        {
            "start": 823672155,
            "stop": 823672180
        },
        {
            "start": 823672187,
            "stop": 823672195
        },
        {
            "start": 823672447,
            "stop": 823672460
        },
        {
            "start": 823672475,
            "stop": 823672494
        },
        {
            "start": 823672502,
            "stop": 823672545
        },
        {
            "start": 823672550,
            "stop": 823672592
        },
        {
            "start": 823672721,
            "stop": 823672763
        },
        {
            "start": 823745763,
            "stop": 823746042
        },
        {
            "start": 823746047,
            "stop": 823746201
        },
        {
            "start": 823746206,
            "stop": 823746431
        },
        {
            "start": 823746438,
            "stop": 823746777
        },
        {
            "start": 823746782,
            "stop": 823747658
        }
    ]
}