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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46779",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46777",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46778,
    "results": [
        {
            "start": 875098734,
            "stop": 875098765
        },
        {
            "start": 875098766,
            "stop": 875098767
        },
        {
            "start": 875098769,
            "stop": 875098773
        },
        {
            "start": 875098774,
            "stop": 875098859
        },
        {
            "start": 875098861,
            "stop": 875098890
        },
        {
            "start": 875098891,
            "stop": 875098913
        },
        {
            "start": 875098915,
            "stop": 875099070
        },
        {
            "start": 875099071,
            "stop": 875099151
        },
        {
            "start": 875099152,
            "stop": 875099252
        },
        {
            "start": 875099253,
            "stop": 875099576
        },
        {
            "start": 875099577,
            "stop": 875099634
        },
        {
            "start": 875099636,
            "stop": 875099695
        },
        {
            "start": 875099697,
            "stop": 875099698
        },
        {
            "start": 875099699,
            "stop": 875099747
        },
        {
            "start": 875099750,
            "stop": 875099794
        },
        {
            "start": 875099795,
            "stop": 875100019
        },
        {
            "start": 875100021,
            "stop": 875100086
        },
        {
            "start": 875100087,
            "stop": 875100152
        },
        {
            "start": 875100154,
            "stop": 875100233
        },
        {
            "start": 875100234,
            "stop": 875100370
        }
    ]
}