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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=62",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 63,
    "results": [
        {
            "start": 822639828,
            "stop": 822641690
        },
        {
            "start": 822641692,
            "stop": 822644514
        },
        {
            "start": 822644614,
            "stop": 822646666
        },
        {
            "start": 822646761,
            "stop": 822651022
        },
        {
            "start": 822652251,
            "stop": 822654112
        },
        {
            "start": 822654660,
            "stop": 822664705
        },
        {
            "start": 822665724,
            "stop": 822666411
        },
        {
            "start": 822666413,
            "stop": 822666844
        },
        {
            "start": 822667698,
            "stop": 822667802
        },
        {
            "start": 822667807,
            "stop": 822667853
        },
        {
            "start": 822667855,
            "stop": 822667862
        },
        {
            "start": 822667864,
            "stop": 822667874
        },
        {
            "start": 822667880,
            "stop": 822667950
        },
        {
            "start": 822667953,
            "stop": 822668021
        },
        {
            "start": 822695327,
            "stop": 822695729
        },
        {
            "start": 822695731,
            "stop": 822696051
        },
        {
            "start": 822696052,
            "stop": 822696059
        },
        {
            "start": 822696061,
            "stop": 822696142
        },
        {
            "start": 822696144,
            "stop": 822696922
        },
        {
            "start": 822696924,
            "stop": 822696935
        }
    ]
}