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=9088
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=9089",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9087",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9088,
    "results": [
        {
            "start": 874680902,
            "stop": 874680903
        },
        {
            "start": 874680920,
            "stop": 874681615
        },
        {
            "start": 874681633,
            "stop": 874681734
        },
        {
            "start": 874681753,
            "stop": 874682020
        },
        {
            "start": 874682041,
            "stop": 874682176
        },
        {
            "start": 874682193,
            "stop": 874682253
        },
        {
            "start": 874682270,
            "stop": 874682363
        },
        {
            "start": 874682380,
            "stop": 874682404
        },
        {
            "start": 874682423,
            "stop": 874682678
        },
        {
            "start": 874682778,
            "stop": 874683089
        },
        {
            "start": 874683106,
            "stop": 874683113
        },
        {
            "start": 874683130,
            "stop": 874683137
        },
        {
            "start": 874683154,
            "stop": 874683421
        },
        {
            "start": 874683576,
            "stop": 874683601
        },
        {
            "start": 874683618,
            "stop": 874683826
        },
        {
            "start": 874683843,
            "stop": 874684019
        },
        {
            "start": 874684036,
            "stop": 874684069
        },
        {
            "start": 874684088,
            "stop": 874684137
        },
        {
            "start": 874684156,
            "stop": 874684171
        },
        {
            "start": 874684198,
            "stop": 874684215
        }
    ]
}