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=5277
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=5278",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5276",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5277,
    "results": [
        {
            "start": 1137078128,
            "stop": 1137078134
        },
        {
            "start": 1137078136,
            "stop": 1137078194
        },
        {
            "start": 1137078196,
            "stop": 1137078202
        },
        {
            "start": 1137078204,
            "stop": 1137078207
        },
        {
            "start": 1137078209,
            "stop": 1137078234
        },
        {
            "start": 1137078236,
            "stop": 1137078265
        },
        {
            "start": 1137078268,
            "stop": 1137078357
        },
        {
            "start": 1137078358,
            "stop": 1137078359
        },
        {
            "start": 1137078361,
            "stop": 1137078364
        },
        {
            "start": 1137078366,
            "stop": 1137078412
        },
        {
            "start": 1137078415,
            "stop": 1137078433
        },
        {
            "start": 1137078435,
            "stop": 1137078563
        },
        {
            "start": 1137078565,
            "stop": 1137078577
        },
        {
            "start": 1137078579,
            "stop": 1137078587
        },
        {
            "start": 1137078591,
            "stop": 1137078618
        },
        {
            "start": 1137078622,
            "stop": 1137078661
        },
        {
            "start": 1137078662,
            "stop": 1137078709
        },
        {
            "start": 1137078712,
            "stop": 1137078732
        },
        {
            "start": 1137078734,
            "stop": 1137078790
        },
        {
            "start": 1137078792,
            "stop": 1137078794
        }
    ]
}