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=191
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=192",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 191,
    "results": [
        {
            "start": 1126816097,
            "stop": 1126816254
        },
        {
            "start": 1126816255,
            "stop": 1126816314
        },
        {
            "start": 1126816315,
            "stop": 1126816344
        },
        {
            "start": 1126816346,
            "stop": 1126816362
        },
        {
            "start": 1126816364,
            "stop": 1126816366
        },
        {
            "start": 1126816368,
            "stop": 1126816381
        },
        {
            "start": 1126816382,
            "stop": 1126816516
        },
        {
            "start": 1126816577,
            "stop": 1126816580
        },
        {
            "start": 1126816581,
            "stop": 1126816659
        },
        {
            "start": 1126816661,
            "stop": 1126816664
        },
        {
            "start": 1126816665,
            "stop": 1126816672
        },
        {
            "start": 1126816673,
            "stop": 1126816717
        },
        {
            "start": 1126816719,
            "stop": 1126816758
        },
        {
            "start": 1126816759,
            "stop": 1126816843
        },
        {
            "start": 1126816846,
            "stop": 1126816860
        },
        {
            "start": 1126816862,
            "stop": 1126816865
        },
        {
            "start": 1126816867,
            "stop": 1126816875
        },
        {
            "start": 1126816876,
            "stop": 1126816892
        },
        {
            "start": 1126816894,
            "stop": 1126816977
        },
        {
            "start": 1126816979,
            "stop": 1126816995
        }
    ]
}