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=346
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=347",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=345",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 346,
    "results": [
        {
            "start": 952405948,
            "stop": 952420785
        },
        {
            "start": 952430714,
            "stop": 952444002
        },
        {
            "start": 952444008,
            "stop": 952444033
        },
        {
            "start": 952444053,
            "stop": 952447399
        },
        {
            "start": 952447404,
            "stop": 952448595
        },
        {
            "start": 952450101,
            "stop": 952451362
        },
        {
            "start": 952451367,
            "stop": 952451781
        },
        {
            "start": 952456053,
            "stop": 952458467
        },
        {
            "start": 952458475,
            "stop": 952459304
        },
        {
            "start": 952459310,
            "stop": 952460109
        },
        {
            "start": 952460116,
            "stop": 952460234
        },
        {
            "start": 952460239,
            "stop": 952461209
        },
        {
            "start": 952478982,
            "stop": 952482513
        },
        {
            "start": 952499821,
            "stop": 952513169
        },
        {
            "start": 952517590,
            "stop": 952520267
        },
        {
            "start": 952522276,
            "stop": 952544873
        },
        {
            "start": 952545407,
            "stop": 952553532
        },
        {
            "start": 952556487,
            "stop": 952566147
        },
        {
            "start": 952594296,
            "stop": 952595547
        },
        {
            "start": 952597799,
            "stop": 952601543
        }
    ]
}