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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=78",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 79,
    "results": [
        {
            "start": 931351746,
            "stop": 931351757
        },
        {
            "start": 931351761,
            "stop": 931351762
        },
        {
            "start": 931351764,
            "stop": 931351772
        },
        {
            "start": 931351774,
            "stop": 931351775
        },
        {
            "start": 931351781,
            "stop": 931351782
        },
        {
            "start": 931351784,
            "stop": 931351785
        },
        {
            "start": 931351786,
            "stop": 931351790
        },
        {
            "start": 931351792,
            "stop": 931351795
        },
        {
            "start": 931351799,
            "stop": 931351805
        },
        {
            "start": 931351806,
            "stop": 931351808
        },
        {
            "start": 931351810,
            "stop": 931351839
        },
        {
            "start": 931351841,
            "stop": 931351847
        },
        {
            "start": 931351848,
            "stop": 931351863
        },
        {
            "start": 931351864,
            "stop": 931351885
        },
        {
            "start": 931351887,
            "stop": 931351970
        },
        {
            "start": 931351972,
            "stop": 931351986
        },
        {
            "start": 931351988,
            "stop": 931352060
        },
        {
            "start": 931352062,
            "stop": 931352311
        },
        {
            "start": 931352313,
            "stop": 931352316
        },
        {
            "start": 931352318,
            "stop": 931352319
        }
    ]
}