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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=142",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 143,
    "results": [
        {
            "start": 968582087,
            "stop": 968587701
        },
        {
            "start": 968589426,
            "stop": 968596498
        },
        {
            "start": 968599389,
            "stop": 968601031
        },
        {
            "start": 968602416,
            "stop": 968603791
        },
        {
            "start": 968604025,
            "stop": 968604183
        },
        {
            "start": 968604976,
            "stop": 968606315
        },
        {
            "start": 968607255,
            "stop": 968614450
        },
        {
            "start": 968617898,
            "stop": 968634805
        },
        {
            "start": 968638548,
            "stop": 968644632
        },
        {
            "start": 968646025,
            "stop": 968675267
        },
        {
            "start": 968676835,
            "stop": 968679322
        },
        {
            "start": 968680215,
            "stop": 968686683
        },
        {
            "start": 968688905,
            "stop": 968691719
        },
        {
            "start": 968693321,
            "stop": 968693987
        },
        {
            "start": 968694718,
            "stop": 968699693
        },
        {
            "start": 968701111,
            "stop": 968713891
        },
        {
            "start": 968714886,
            "stop": 968717039
        },
        {
            "start": 968718555,
            "stop": 968718582
        },
        {
            "start": 968718602,
            "stop": 968722061
        },
        {
            "start": 968722545,
            "stop": 968726551
        }
    ]
}