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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=35",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 36,
    "results": [
        {
            "start": 940100878,
            "stop": 940120877
        },
        {
            "start": 940123702,
            "stop": 940144434
        },
        {
            "start": 940145579,
            "stop": 940154230
        },
        {
            "start": 940154819,
            "stop": 940156051
        },
        {
            "start": 940156541,
            "stop": 940158106
        },
        {
            "start": 940158607,
            "stop": 940158843
        },
        {
            "start": 940159522,
            "stop": 940159936
        },
        {
            "start": 940161200,
            "stop": 940161291
        },
        {
            "start": 940162506,
            "stop": 940163093
        },
        {
            "start": 940163792,
            "stop": 940164908
        },
        {
            "start": 940165799,
            "stop": 940166219
        },
        {
            "start": 940166854,
            "stop": 940166920
        },
        {
            "start": 940167735,
            "stop": 940168100
        },
        {
            "start": 940172815,
            "stop": 940173195
        },
        {
            "start": 940173909,
            "stop": 940174091
        },
        {
            "start": 940175483,
            "stop": 940175939
        },
        {
            "start": 940178217,
            "stop": 940178536
        },
        {
            "start": 940182253,
            "stop": 940183218
        },
        {
            "start": 940188056,
            "stop": 940188179
        },
        {
            "start": 940191645,
            "stop": 940191952
        }
    ]
}