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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=57",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 58,
    "results": [
        {
            "start": 931386632,
            "stop": 931387986
        },
        {
            "start": 931387991,
            "stop": 931388279
        },
        {
            "start": 931388285,
            "stop": 931388756
        },
        {
            "start": 931388762,
            "stop": 931388766
        },
        {
            "start": 931388777,
            "stop": 931388779
        },
        {
            "start": 931388794,
            "stop": 931389022
        },
        {
            "start": 931389027,
            "stop": 931389071
        },
        {
            "start": 931389077,
            "stop": 931389311
        },
        {
            "start": 931389317,
            "stop": 931389762
        },
        {
            "start": 931389768,
            "stop": 931390280
        },
        {
            "start": 931390286,
            "stop": 931390361
        },
        {
            "start": 931390367,
            "stop": 931390386
        },
        {
            "start": 931390392,
            "stop": 931390424
        },
        {
            "start": 931390430,
            "stop": 931390774
        },
        {
            "start": 931390780,
            "stop": 931390891
        },
        {
            "start": 931390897,
            "stop": 931391873
        },
        {
            "start": 931391879,
            "stop": 931392182
        },
        {
            "start": 931392193,
            "stop": 931392833
        },
        {
            "start": 931392838,
            "stop": 931392925
        },
        {
            "start": 931392930,
            "stop": 931393129
        }
    ]
}