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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1408",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1406",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1407,
    "results": [
        {
            "start": 971409078,
            "stop": 971409706
        },
        {
            "start": 971409708,
            "stop": 971411361
        },
        {
            "start": 971411362,
            "stop": 971411560
        },
        {
            "start": 971412994,
            "stop": 971413179
        },
        {
            "start": 971414006,
            "stop": 971414158
        },
        {
            "start": 971414160,
            "stop": 971414800
        },
        {
            "start": 971415594,
            "stop": 971415766
        },
        {
            "start": 971415768,
            "stop": 971424903
        },
        {
            "start": 971424904,
            "stop": 971437028
        },
        {
            "start": 971437029,
            "stop": 971442983
        },
        {
            "start": 971442984,
            "stop": 971444084
        },
        {
            "start": 971446579,
            "stop": 971455697
        },
        {
            "start": 971499168,
            "stop": 971502100
        },
        {
            "start": 971502328,
            "stop": 971512315
        },
        {
            "start": 971512316,
            "stop": 971528012
        },
        {
            "start": 971545826,
            "stop": 971545944
        },
        {
            "start": 971545945,
            "stop": 971549877
        },
        {
            "start": 971550218,
            "stop": 971550283
        },
        {
            "start": 971550285,
            "stop": 971550349
        },
        {
            "start": 971550350,
            "stop": 971550874
        }
    ]
}