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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=465",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 466,
    "results": [
        {
            "start": 952430714,
            "stop": 952444002
        },
        {
            "start": 952444004,
            "stop": 952444033
        },
        {
            "start": 952444053,
            "stop": 952447399
        },
        {
            "start": 952447400,
            "stop": 952448595
        },
        {
            "start": 952450101,
            "stop": 952451362
        },
        {
            "start": 952451363,
            "stop": 952451781
        },
        {
            "start": 952456053,
            "stop": 952458467
        },
        {
            "start": 952458471,
            "stop": 952459304
        },
        {
            "start": 952459306,
            "stop": 952460109
        },
        {
            "start": 952460112,
            "stop": 952460234
        },
        {
            "start": 952460235,
            "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
        },
        {
            "start": 952603580,
            "stop": 952614820
        }
    ]
}