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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=8",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 9,
    "results": [
        {
            "start": 931958871,
            "stop": 931964162
        },
        {
            "start": 931973365,
            "stop": 931975455
        },
        {
            "start": 931977361,
            "stop": 931978775
        },
        {
            "start": 931978915,
            "stop": 932001110
        },
        {
            "start": 932010384,
            "stop": 932016625
        },
        {
            "start": 932018706,
            "stop": 932025014
        },
        {
            "start": 932028052,
            "stop": 932029061
        },
        {
            "start": 932034026,
            "stop": 932037734
        },
        {
            "start": 932038336,
            "stop": 932038501
        },
        {
            "start": 932041014,
            "stop": 932059950
        },
        {
            "start": 932063232,
            "stop": 932067915
        },
        {
            "start": 932069494,
            "stop": 932088164
        },
        {
            "start": 932089009,
            "stop": 932124439
        },
        {
            "start": 932131657,
            "stop": 932133056
        },
        {
            "start": 932133432,
            "stop": 932144706
        },
        {
            "start": 932147240,
            "stop": 932152083
        },
        {
            "start": 932152872,
            "stop": 932166877
        },
        {
            "start": 932167820,
            "stop": 932210230
        },
        {
            "start": 932215353,
            "stop": 932216554
        },
        {
            "start": 932244338,
            "stop": 932252635
        }
    ]
}