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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=2",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 3,
    "results": [
        {
            "start": 816362511,
            "stop": 816364873
        },
        {
            "start": 816366108,
            "stop": 816367546
        },
        {
            "start": 816367883,
            "stop": 816368161
        },
        {
            "start": 816369733,
            "stop": 816370333
        },
        {
            "start": 816371734,
            "stop": 816376260
        },
        {
            "start": 816386940,
            "stop": 816387520
        },
        {
            "start": 816402435,
            "stop": 816403467
        },
        {
            "start": 816407805,
            "stop": 816416512
        },
        {
            "start": 816417153,
            "stop": 816437922
        },
        {
            "start": 816439775,
            "stop": 816440353
        },
        {
            "start": 816443253,
            "stop": 816445993
        },
        {
            "start": 816459130,
            "stop": 816463887
        },
        {
            "start": 816463981,
            "stop": 816464823
        },
        {
            "start": 816464909,
            "stop": 816473698
        },
        {
            "start": 816474324,
            "stop": 816480941
        },
        {
            "start": 816482627,
            "stop": 816484609
        },
        {
            "start": 816485606,
            "stop": 816486409
        },
        {
            "start": 816486459,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816488076
        },
        {
            "start": 816488256,
            "stop": 816488413
        }
    ]
}