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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=899",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=897",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 898,
    "results": [
        {
            "start": 971415594,
            "stop": 971415766
        },
        {
            "start": 971415772,
            "stop": 971444084
        },
        {
            "start": 971446579,
            "stop": 971455697
        },
        {
            "start": 971499168,
            "stop": 971502100
        },
        {
            "start": 971502328,
            "stop": 971528012
        },
        {
            "start": 971545826,
            "stop": 971549877
        },
        {
            "start": 971550218,
            "stop": 971550283
        },
        {
            "start": 971550289,
            "stop": 971550874
        },
        {
            "start": 971550879,
            "stop": 971551024
        },
        {
            "start": 971551029,
            "stop": 971551113
        },
        {
            "start": 971551121,
            "stop": 971552930
        },
        {
            "start": 971555128,
            "stop": 971558979
        },
        {
            "start": 971559000,
            "stop": 971562452
        },
        {
            "start": 971562484,
            "stop": 971566122
        },
        {
            "start": 971568315,
            "stop": 971569890
        },
        {
            "start": 971569933,
            "stop": 971580928
        },
        {
            "start": 971581453,
            "stop": 971583323
        },
        {
            "start": 971589094,
            "stop": 971593690
        },
        {
            "start": 971599454,
            "stop": 971600916
        },
        {
            "start": 971600922,
            "stop": 971601261
        }
    ]
}