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=155
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=154",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 155,
    "results": [
        {
            "start": 971499168,
            "stop": 971502100
        },
        {
            "start": 971502328,
            "stop": 971527907
        },
        {
            "start": 971545826,
            "stop": 971549877
        },
        {
            "start": 971550218,
            "stop": 971552825
        },
        {
            "start": 971555128,
            "stop": 971558979
        },
        {
            "start": 971559000,
            "stop": 971562452
        },
        {
            "start": 971562484,
            "stop": 971566122
        },
        {
            "start": 971568315,
            "stop": 971569890
        },
        {
            "start": 971569933,
            "stop": 971580928
        },
        {
            "start": 971581453,
            "stop": 971583218
        },
        {
            "start": 971589094,
            "stop": 971593585
        },
        {
            "start": 971599454,
            "stop": 971601556
        },
        {
            "start": 971603367,
            "stop": 971610558
        },
        {
            "start": 971612815,
            "stop": 971614846
        }
    ]
}