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=5276
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=5277",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5275",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5276,
    "results": [
        {
            "start": 1137077719,
            "stop": 1137077720
        },
        {
            "start": 1137077722,
            "stop": 1137077746
        },
        {
            "start": 1137077753,
            "stop": 1137077790
        },
        {
            "start": 1137077792,
            "stop": 1137077799
        },
        {
            "start": 1137077801,
            "stop": 1137077807
        },
        {
            "start": 1137077809,
            "stop": 1137077810
        },
        {
            "start": 1137077811,
            "stop": 1137077829
        },
        {
            "start": 1137077831,
            "stop": 1137077833
        },
        {
            "start": 1137077835,
            "stop": 1137077837
        },
        {
            "start": 1137077839,
            "stop": 1137077869
        },
        {
            "start": 1137077874,
            "stop": 1137077924
        },
        {
            "start": 1137077926,
            "stop": 1137077941
        },
        {
            "start": 1137077942,
            "stop": 1137077965
        },
        {
            "start": 1137077967,
            "stop": 1137078024
        },
        {
            "start": 1137078028,
            "stop": 1137078098
        },
        {
            "start": 1137078100,
            "stop": 1137078103
        },
        {
            "start": 1137078105,
            "stop": 1137078107
        },
        {
            "start": 1137078109,
            "stop": 1137078111
        },
        {
            "start": 1137078113,
            "stop": 1137078123
        },
        {
            "start": 1137078124,
            "stop": 1137078126
        }
    ]
}