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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=116",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 117,
    "results": [
        {
            "start": 931351543,
            "stop": 931351552
        },
        {
            "start": 931351553,
            "stop": 931351598
        },
        {
            "start": 931351600,
            "stop": 931351632
        },
        {
            "start": 931351636,
            "stop": 931351714
        },
        {
            "start": 931351715,
            "stop": 931351718
        },
        {
            "start": 931351726,
            "stop": 931351745
        },
        {
            "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
        }
    ]
}