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=5187
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=5188",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5186",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5187,
    "results": [
        {
            "start": 1137025679,
            "stop": 1137025682
        },
        {
            "start": 1137025683,
            "stop": 1137025693
        },
        {
            "start": 1137025697,
            "stop": 1137025700
        },
        {
            "start": 1137025702,
            "stop": 1137025704
        },
        {
            "start": 1137025706,
            "stop": 1137025707
        },
        {
            "start": 1137025710,
            "stop": 1137025723
        },
        {
            "start": 1137025727,
            "stop": 1137025733
        },
        {
            "start": 1137025734,
            "stop": 1137025735
        },
        {
            "start": 1137025736,
            "stop": 1137025744
        },
        {
            "start": 1137025746,
            "stop": 1137025755
        },
        {
            "start": 1137025756,
            "stop": 1137025763
        },
        {
            "start": 1137025765,
            "stop": 1137025776
        },
        {
            "start": 1137025779,
            "stop": 1137025784
        },
        {
            "start": 1137025786,
            "stop": 1137025792
        },
        {
            "start": 1137025794,
            "stop": 1137025796
        },
        {
            "start": 1137025798,
            "stop": 1137025818
        },
        {
            "start": 1137025820,
            "stop": 1137025827
        },
        {
            "start": 1137025829,
            "stop": 1137025834
        },
        {
            "start": 1137025836,
            "stop": 1137025839
        },
        {
            "start": 1137025841,
            "stop": 1137025843
        }
    ]
}