Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=296
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=295",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 296,
    "results": [
        {
            "start": 871133123,
            "stop": 871134842
        },
        {
            "start": 871136026,
            "stop": 871138940
        },
        {
            "start": 871180563,
            "stop": 871183062
        },
        {
            "start": 871183783,
            "stop": 871201123
        },
        {
            "start": 871201774,
            "stop": 871220932
        },
        {
            "start": 871222143,
            "stop": 871228390
        },
        {
            "start": 871228600,
            "stop": 871229673
        },
        {
            "start": 871230997,
            "stop": 871231131
        },
        {
            "start": 871231676,
            "stop": 871234344
        },
        {
            "start": 871234431,
            "stop": 871244380
        },
        {
            "start": 871284173,
            "stop": 871289656
        },
        {
            "start": 871305360,
            "stop": 871306540
        },
        {
            "start": 871308934,
            "stop": 871310240
        },
        {
            "start": 871310430,
            "stop": 871320277
        },
        {
            "start": 871322962,
            "stop": 871325265
        },
        {
            "start": 871325423,
            "stop": 871329190
        },
        {
            "start": 871344142,
            "stop": 871359431
        },
        {
            "start": 871366649,
            "stop": 871374366
        },
        {
            "start": 871374739,
            "stop": 871374791
        },
        {
            "start": 871378727,
            "stop": 871381181
        }
    ]
}