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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=46",
    "results_count": 2355,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 47,
    "results": [
        {
            "start": 945626617,
            "stop": 945627013
        },
        {
            "start": 945629715,
            "stop": 945632657
        },
        {
            "start": 945634901,
            "stop": 945635608
        },
        {
            "start": 945637588,
            "stop": 945649432
        },
        {
            "start": 945655251,
            "stop": 945669851
        },
        {
            "start": 945671933,
            "stop": 945699217
        },
        {
            "start": 945710309,
            "stop": 945711973
        },
        {
            "start": 945715152,
            "stop": 945722487
        },
        {
            "start": 945724456,
            "stop": 945765526
        },
        {
            "start": 945772693,
            "stop": 945814624
        },
        {
            "start": 945817466,
            "stop": 945843345
        },
        {
            "start": 945845664,
            "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": 946055988
        }
    ]
}