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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4760",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4758",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4759,
    "results": [
        {
            "start": 970290072,
            "stop": 970290257
        },
        {
            "start": 970290260,
            "stop": 970290334
        },
        {
            "start": 970290337,
            "stop": 970290415
        },
        {
            "start": 970290418,
            "stop": 970290762
        },
        {
            "start": 970290765,
            "stop": 970290772
        },
        {
            "start": 970290775,
            "stop": 970290847
        },
        {
            "start": 970290850,
            "stop": 970290856
        },
        {
            "start": 970290859,
            "stop": 970291033
        },
        {
            "start": 970291036,
            "stop": 970291060
        },
        {
            "start": 970291063,
            "stop": 970291109
        },
        {
            "start": 970291113,
            "stop": 970291243
        },
        {
            "start": 970291246,
            "stop": 970291689
        },
        {
            "start": 970291692,
            "stop": 970291817
        },
        {
            "start": 970291820,
            "stop": 970292021
        },
        {
            "start": 970292024,
            "stop": 970292226
        },
        {
            "start": 970292229,
            "stop": 970292367
        },
        {
            "start": 970292370,
            "stop": 970292442
        },
        {
            "start": 970292445,
            "stop": 970292486
        },
        {
            "start": 970292489,
            "stop": 970292526
        },
        {
            "start": 970292529,
            "stop": 970292580
        }
    ]
}