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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=86",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 87,
    "results": [
        {
            "start": 818063069,
            "stop": 818063070
        },
        {
            "start": 818063094,
            "stop": 818063095
        },
        {
            "start": 818063103,
            "stop": 818063110
        },
        {
            "start": 818063138,
            "stop": 818063146
        },
        {
            "start": 818063166,
            "stop": 818063181
        },
        {
            "start": 818063216,
            "stop": 818063217
        },
        {
            "start": 818063230,
            "stop": 818063260
        },
        {
            "start": 818063271,
            "stop": 818063272
        },
        {
            "start": 818063280,
            "stop": 818063283
        },
        {
            "start": 818063293,
            "stop": 818063301
        },
        {
            "start": 818063311,
            "stop": 818063317
        },
        {
            "start": 818063336,
            "stop": 818063337
        },
        {
            "start": 818063345,
            "stop": 818063349
        },
        {
            "start": 818063387,
            "stop": 818063390
        },
        {
            "start": 818063413,
            "stop": 818063414
        },
        {
            "start": 818063465,
            "stop": 818063466
        },
        {
            "start": 818063502,
            "stop": 818063503
        },
        {
            "start": 818063511,
            "stop": 818063518
        },
        {
            "start": 818063532,
            "stop": 818063536
        },
        {
            "start": 818063546,
            "stop": 818063549
        }
    ]
}