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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40913",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40914,
    "results": [
        {
            "start": 875099106,
            "stop": 875099151
        },
        {
            "start": 875099152,
            "stop": 875099220
        },
        {
            "start": 875099221,
            "stop": 875099251
        },
        {
            "start": 875099252,
            "stop": 875099464
        },
        {
            "start": 875099465,
            "stop": 875099470
        },
        {
            "start": 875099472,
            "stop": 875099478
        },
        {
            "start": 875099479,
            "stop": 875099488
        },
        {
            "start": 875099489,
            "stop": 875099576
        },
        {
            "start": 875099577,
            "stop": 875099583
        },
        {
            "start": 875099584,
            "stop": 875099587
        },
        {
            "start": 875099588,
            "stop": 875099618
        },
        {
            "start": 875099619,
            "stop": 875099690
        },
        {
            "start": 875099691,
            "stop": 875099695
        },
        {
            "start": 875099697,
            "stop": 875099868
        },
        {
            "start": 875099870,
            "stop": 875099937
        },
        {
            "start": 875099938,
            "stop": 875099946
        },
        {
            "start": 875099948,
            "stop": 875099951
        },
        {
            "start": 875099953,
            "stop": 875100009
        },
        {
            "start": 875100010,
            "stop": 875100115
        },
        {
            "start": 875100116,
            "stop": 875100130
        }
    ]
}