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=326
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=327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=325",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 326,
    "results": [
        {
            "start": 945817466,
            "stop": 945843345
        },
        {
            "start": 945845664,
            "stop": 945857316
        },
        {
            "start": 945857322,
            "stop": 945873456
        },
        {
            "start": 945875285,
            "stop": 945904353
        },
        {
            "start": 945909396,
            "stop": 945919091
        },
        {
            "start": 945920861,
            "stop": 945964559
        },
        {
            "start": 945966285,
            "stop": 945976427
        },
        {
            "start": 945978440,
            "stop": 945995017
        },
        {
            "start": 945997166,
            "stop": 945997780
        },
        {
            "start": 945999544,
            "stop": 946015569
        },
        {
            "start": 946017774,
            "stop": 946051528
        },
        {
            "start": 946051534,
            "stop": 946055500
        },
        {
            "start": 946055510,
            "stop": 946055793
        },
        {
            "start": 946055799,
            "stop": 946055854
        },
        {
            "start": 946055860,
            "stop": 946055988
        },
        {
            "start": 946059034,
            "stop": 946059538
        },
        {
            "start": 946060313,
            "stop": 946060869
        },
        {
            "start": 946061994,
            "stop": 946062162
        },
        {
            "start": 946063370,
            "stop": 946064616
        },
        {
            "start": 946065709,
            "stop": 946067019
        }
    ]
}