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=2129
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=2130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2128",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2129,
    "results": [
        {
            "start": 866737368,
            "stop": 866737792
        },
        {
            "start": 866738092,
            "stop": 866738352
        },
        {
            "start": 866739202,
            "stop": 866739840
        },
        {
            "start": 866739900,
            "stop": 866739907
        },
        {
            "start": 866739913,
            "stop": 866748097
        },
        {
            "start": 866748105,
            "stop": 866762130
        },
        {
            "start": 866762190,
            "stop": 866762250
        },
        {
            "start": 866762310,
            "stop": 866762333
        },
        {
            "start": 866762767,
            "stop": 866762771
        },
        {
            "start": 866763399,
            "stop": 866766930
        },
        {
            "start": 866766990,
            "stop": 866769630
        },
        {
            "start": 866769690,
            "stop": 866770770
        },
        {
            "start": 866771121,
            "stop": 866771280
        },
        {
            "start": 866771340,
            "stop": 866772780
        },
        {
            "start": 866772840,
            "stop": 866773776
        },
        {
            "start": 866784871,
            "stop": 866790797
        },
        {
            "start": 866790803,
            "stop": 866801462
        },
        {
            "start": 866801468,
            "stop": 866815402
        },
        {
            "start": 866815408,
            "stop": 866822592
        },
        {
            "start": 866822595,
            "stop": 866823074
        }
    ]
}