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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=123",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 124,
    "results": [
        {
            "start": 818049946,
            "stop": 818049950
        },
        {
            "start": 818049986,
            "stop": 818050007
        },
        {
            "start": 818050068,
            "stop": 818050139
        },
        {
            "start": 818050168,
            "stop": 818050172
        },
        {
            "start": 818050232,
            "stop": 818050238
        },
        {
            "start": 818050307,
            "stop": 818050326
        },
        {
            "start": 818050429,
            "stop": 818050462
        },
        {
            "start": 818050543,
            "stop": 818050562
        },
        {
            "start": 818050597,
            "stop": 818050608
        },
        {
            "start": 818050616,
            "stop": 818050657
        },
        {
            "start": 818050686,
            "stop": 818050692
        },
        {
            "start": 818050900,
            "stop": 818050905
        },
        {
            "start": 818050953,
            "stop": 818050969
        },
        {
            "start": 818051009,
            "stop": 818051036
        },
        {
            "start": 818051099,
            "stop": 818051113
        },
        {
            "start": 818051189,
            "stop": 818051212
        },
        {
            "start": 818051268,
            "stop": 818051273
        },
        {
            "start": 818051329,
            "stop": 818051355
        },
        {
            "start": 818051455,
            "stop": 818051456
        },
        {
            "start": 818051620,
            "stop": 818051624
        }
    ]
}