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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2206",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2204",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2205,
    "results": [
        {
            "start": 873240393,
            "stop": 873245107
        },
        {
            "start": 873245113,
            "stop": 873245130
        },
        {
            "start": 873245135,
            "stop": 873245332
        },
        {
            "start": 873245747,
            "stop": 873246017
        },
        {
            "start": 873246317,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873257944
        },
        {
            "start": 873258054,
            "stop": 873258114
        },
        {
            "start": 873258414,
            "stop": 873262620
        },
        {
            "start": 873262680,
            "stop": 873262860
        },
        {
            "start": 873262923,
            "stop": 873263034
        },
        {
            "start": 873263039,
            "stop": 873263052
        },
        {
            "start": 873263058,
            "stop": 873263064
        },
        {
            "start": 873263065,
            "stop": 873263067
        },
        {
            "start": 873263073,
            "stop": 873263235
        },
        {
            "start": 873263240,
            "stop": 873268220
        },
        {
            "start": 873268223,
            "stop": 873274695
        },
        {
            "start": 873274995,
            "stop": 873300000
        },
        {
            "start": 873300060,
            "stop": 873300872
        },
        {
            "start": 873300878,
            "stop": 873318386
        },
        {
            "start": 873318796,
            "stop": 873322102
        }
    ]
}