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=4594
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=4595",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4593",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4594,
    "results": [
        {
            "start": 969144554,
            "stop": 969145250
        },
        {
            "start": 969145253,
            "stop": 969145254
        },
        {
            "start": 969145257,
            "stop": 969145985
        },
        {
            "start": 969145987,
            "stop": 969146601
        },
        {
            "start": 969146602,
            "stop": 969146835
        },
        {
            "start": 969146838,
            "stop": 969147296
        },
        {
            "start": 969147299,
            "stop": 969147454
        },
        {
            "start": 969147457,
            "stop": 969148409
        },
        {
            "start": 969148412,
            "stop": 969148416
        },
        {
            "start": 969148419,
            "stop": 969149121
        },
        {
            "start": 969149124,
            "stop": 969149136
        },
        {
            "start": 969149139,
            "stop": 969149184
        },
        {
            "start": 969149187,
            "stop": 969149188
        },
        {
            "start": 969149191,
            "stop": 969149304
        },
        {
            "start": 969149307,
            "stop": 969149564
        },
        {
            "start": 969149565,
            "stop": 969149665
        },
        {
            "start": 969149667,
            "stop": 969149758
        },
        {
            "start": 969149759,
            "stop": 969149779
        },
        {
            "start": 969149782,
            "stop": 969150012
        },
        {
            "start": 969150015,
            "stop": 969150399
        }
    ]
}