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=26
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=27",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=25",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 26,
    "results": [
        {
            "start": 816275714,
            "stop": 816275715
        },
        {
            "start": 816275737,
            "stop": 816275738
        },
        {
            "start": 816275767,
            "stop": 816275775
        },
        {
            "start": 816275804,
            "stop": 816275841
        },
        {
            "start": 816275851,
            "stop": 816275911
        },
        {
            "start": 816275918,
            "stop": 816275979
        },
        {
            "start": 816275986,
            "stop": 816276022
        },
        {
            "start": 816276028,
            "stop": 816276031
        },
        {
            "start": 816276035,
            "stop": 816276135
        },
        {
            "start": 816276141,
            "stop": 816276156
        },
        {
            "start": 816276161,
            "stop": 816276171
        },
        {
            "start": 816276193,
            "stop": 816276202
        },
        {
            "start": 816276209,
            "stop": 816276213
        },
        {
            "start": 816276222,
            "stop": 816276229
        },
        {
            "start": 816276234,
            "stop": 816276247
        },
        {
            "start": 816276251,
            "stop": 816276268
        },
        {
            "start": 816276273,
            "stop": 816276278
        },
        {
            "start": 816276287,
            "stop": 816276288
        },
        {
            "start": 816276298,
            "stop": 816276300
        },
        {
            "start": 816276309,
            "stop": 816276310
        }
    ]
}