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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=136",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 137,
    "results": [
        {
            "start": 816831543,
            "stop": 816831545
        },
        {
            "start": 816831551,
            "stop": 816831553
        },
        {
            "start": 816831559,
            "stop": 816831562
        },
        {
            "start": 816831567,
            "stop": 816831569
        },
        {
            "start": 816831574,
            "stop": 816831702
        },
        {
            "start": 816831706,
            "stop": 816831821
        },
        {
            "start": 816831825,
            "stop": 816831829
        },
        {
            "start": 816831834,
            "stop": 816831836
        },
        {
            "start": 816831843,
            "stop": 816831992
        },
        {
            "start": 816831996,
            "stop": 816832001
        },
        {
            "start": 816832012,
            "stop": 816832024
        },
        {
            "start": 816832032,
            "stop": 816832036
        },
        {
            "start": 816832053,
            "stop": 816832058
        },
        {
            "start": 816832080,
            "stop": 816832082
        },
        {
            "start": 816832128,
            "stop": 816832130
        },
        {
            "start": 816832138,
            "stop": 816832221
        },
        {
            "start": 816832225,
            "stop": 816832227
        },
        {
            "start": 816832234,
            "stop": 816832238
        },
        {
            "start": 816832246,
            "stop": 816832248
        },
        {
            "start": 816832259,
            "stop": 816832260
        }
    ]
}