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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=360",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 361,
    "results": [
        {
            "start": 871110193,
            "stop": 871114008
        },
        {
            "start": 871115619,
            "stop": 871131104
        },
        {
            "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": 871229650
        },
        {
            "start": 871230997,
            "stop": 871231131
        },
        {
            "start": 871231676,
            "stop": 871234344
        },
        {
            "start": 871234431,
            "stop": 871244356
        },
        {
            "start": 871284173,
            "stop": 871289656
        },
        {
            "start": 871305360,
            "stop": 871306517
        },
        {
            "start": 871308934,
            "stop": 871310240
        },
        {
            "start": 871310430,
            "stop": 871320254
        },
        {
            "start": 871322962,
            "stop": 871325265
        },
        {
            "start": 871325423,
            "stop": 871329190
        },
        {
            "start": 871344142,
            "stop": 871359408
        },
        {
            "start": 871366649,
            "stop": 871374366
        }
    ]
}