Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5316
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5317",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5315",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5316,
    "results": [
        {
            "start": 1137211785,
            "stop": 1137211792
        },
        {
            "start": 1137211795,
            "stop": 1137211803
        },
        {
            "start": 1137211805,
            "stop": 1137211813
        },
        {
            "start": 1137211815,
            "stop": 1137211823
        },
        {
            "start": 1137211825,
            "stop": 1137211834
        },
        {
            "start": 1137211836,
            "stop": 1137211837
        },
        {
            "start": 1137211838,
            "stop": 1137211856
        },
        {
            "start": 1137211858,
            "stop": 1137211863
        },
        {
            "start": 1137211865,
            "stop": 1137211872
        },
        {
            "start": 1137211875,
            "stop": 1137211901
        },
        {
            "start": 1137211903,
            "stop": 1137211907
        },
        {
            "start": 1137211909,
            "stop": 1137211915
        },
        {
            "start": 1137211917,
            "stop": 1137211922
        },
        {
            "start": 1137211924,
            "stop": 1137211932
        },
        {
            "start": 1137211936,
            "stop": 1137211939
        },
        {
            "start": 1137211943,
            "stop": 1137211955
        },
        {
            "start": 1137211957,
            "stop": 1137211972
        },
        {
            "start": 1137211974,
            "stop": 1137212009
        },
        {
            "start": 1137212011,
            "stop": 1137212027
        },
        {
            "start": 1137212029,
            "stop": 1137212032
        }
    ]
}