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=5120
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=5121",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5119",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5120,
    "results": [
        {
            "start": 1136985282,
            "stop": 1136985290
        },
        {
            "start": 1136985292,
            "stop": 1136985311
        },
        {
            "start": 1136985313,
            "stop": 1136985331
        },
        {
            "start": 1136985334,
            "stop": 1136985338
        },
        {
            "start": 1136985339,
            "stop": 1136985359
        },
        {
            "start": 1136985361,
            "stop": 1136985365
        },
        {
            "start": 1136985367,
            "stop": 1136985386
        },
        {
            "start": 1136985388,
            "stop": 1136985390
        },
        {
            "start": 1136985392,
            "stop": 1136985393
        },
        {
            "start": 1136985396,
            "stop": 1136985422
        },
        {
            "start": 1136985424,
            "stop": 1136985449
        },
        {
            "start": 1136985451,
            "stop": 1136985462
        },
        {
            "start": 1136985464,
            "stop": 1136985473
        },
        {
            "start": 1136985475,
            "stop": 1136985483
        },
        {
            "start": 1136985485,
            "stop": 1136985494
        },
        {
            "start": 1136985497,
            "stop": 1136985511
        },
        {
            "start": 1136985512,
            "stop": 1136985516
        },
        {
            "start": 1136985517,
            "stop": 1136985537
        },
        {
            "start": 1136985539,
            "stop": 1136985562
        },
        {
            "start": 1136985566,
            "stop": 1136985569
        }
    ]
}