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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT1/segments?format=api&page=43",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 44,
    "results": [
        {
            "start": 941275431,
            "stop": 941275585
        },
        {
            "start": 941287780,
            "stop": 941287990
        },
        {
            "start": 941289570,
            "stop": 941289754
        },
        {
            "start": 941308346,
            "stop": 941309179
        },
        {
            "start": 941314060,
            "stop": 941317570
        },
        {
            "start": 941318102,
            "stop": 941349506
        },
        {
            "start": 941353503,
            "stop": 941365003
        },
        {
            "start": 941366672,
            "stop": 941372374
        },
        {
            "start": 941377942,
            "stop": 941378584
        },
        {
            "start": 941379861,
            "stop": 941382548
        },
        {
            "start": 941417081,
            "stop": 941417159
        },
        {
            "start": 941417633,
            "stop": 941421084
        },
        {
            "start": 941423724,
            "stop": 941426863
        },
        {
            "start": 941427455,
            "stop": 941429087
        },
        {
            "start": 941437278,
            "stop": 941439402
        },
        {
            "start": 941442835,
            "stop": 941442994
        },
        {
            "start": 941444913,
            "stop": 941448325
        },
        {
            "start": 941449164,
            "stop": 941450576
        },
        {
            "start": 941451245,
            "stop": 941452176
        },
        {
            "start": 941502583,
            "stop": 941503668
        }
    ]
}