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=5197
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=5198",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5196",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5197,
    "results": [
        {
            "start": 1137028423,
            "stop": 1137028431
        },
        {
            "start": 1137028432,
            "stop": 1137028436
        },
        {
            "start": 1137028441,
            "stop": 1137028454
        },
        {
            "start": 1137028456,
            "stop": 1137028461
        },
        {
            "start": 1137028464,
            "stop": 1137028474
        },
        {
            "start": 1137028476,
            "stop": 1137028478
        },
        {
            "start": 1137028480,
            "stop": 1137028483
        },
        {
            "start": 1137028485,
            "stop": 1137028501
        },
        {
            "start": 1137028503,
            "stop": 1137028504
        },
        {
            "start": 1137028506,
            "stop": 1137028521
        },
        {
            "start": 1137028526,
            "stop": 1137028533
        },
        {
            "start": 1137028535,
            "stop": 1137028553
        },
        {
            "start": 1137028555,
            "stop": 1137028557
        },
        {
            "start": 1137028560,
            "stop": 1137028576
        },
        {
            "start": 1137028581,
            "stop": 1137028597
        },
        {
            "start": 1137028599,
            "stop": 1137028617
        },
        {
            "start": 1137028621,
            "stop": 1137028627
        },
        {
            "start": 1137028629,
            "stop": 1137028635
        },
        {
            "start": 1137028637,
            "stop": 1137028643
        },
        {
            "start": 1137028645,
            "stop": 1137028655
        }
    ]
}