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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=56",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 57,
    "results": [
        {
            "start": 931375848,
            "stop": 931375885
        },
        {
            "start": 931375892,
            "stop": 931376201
        },
        {
            "start": 931376208,
            "stop": 931376220
        },
        {
            "start": 931376230,
            "stop": 931376284
        },
        {
            "start": 931376291,
            "stop": 931376371
        },
        {
            "start": 931376378,
            "stop": 931376402
        },
        {
            "start": 931376407,
            "stop": 931376424
        },
        {
            "start": 931376434,
            "stop": 931376438
        },
        {
            "start": 931376449,
            "stop": 931376474
        },
        {
            "start": 931376484,
            "stop": 931376499
        },
        {
            "start": 931376505,
            "stop": 931376578
        },
        {
            "start": 931376583,
            "stop": 931376782
        },
        {
            "start": 931376788,
            "stop": 931376819
        },
        {
            "start": 931376825,
            "stop": 931376869
        },
        {
            "start": 931376874,
            "stop": 931376912
        },
        {
            "start": 931376917,
            "stop": 931376925
        },
        {
            "start": 931376930,
            "stop": 931377010
        },
        {
            "start": 931377030,
            "stop": 931377033
        },
        {
            "start": 931386256,
            "stop": 931386288
        },
        {
            "start": 931386294,
            "stop": 931386626
        }
    ]
}