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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9092",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9093,
    "results": [
        {
            "start": 874699324,
            "stop": 874699339
        },
        {
            "start": 874699356,
            "stop": 874699365
        },
        {
            "start": 874699390,
            "stop": 874699470
        },
        {
            "start": 874699487,
            "stop": 874699635
        },
        {
            "start": 874699652,
            "stop": 874699657
        },
        {
            "start": 874699680,
            "stop": 874700110
        },
        {
            "start": 874700127,
            "stop": 874700188
        },
        {
            "start": 874703042,
            "stop": 874703043
        },
        {
            "start": 874703128,
            "stop": 874703133
        },
        {
            "start": 874703150,
            "stop": 874703189
        },
        {
            "start": 874703206,
            "stop": 874703213
        },
        {
            "start": 874703230,
            "stop": 874703243
        },
        {
            "start": 874703260,
            "stop": 874703288
        },
        {
            "start": 874703307,
            "stop": 874703313
        },
        {
            "start": 874703354,
            "stop": 874703358
        },
        {
            "start": 874703375,
            "stop": 874703381
        },
        {
            "start": 874703398,
            "stop": 874703429
        },
        {
            "start": 874703446,
            "stop": 874703887
        },
        {
            "start": 874703904,
            "stop": 874704693
        },
        {
            "start": 874704713,
            "stop": 874706750
        }
    ]
}