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=5143
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=5144",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5142",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5143,
    "results": [
        {
            "start": 1136993273,
            "stop": 1136993322
        },
        {
            "start": 1136993324,
            "stop": 1136993332
        },
        {
            "start": 1136993334,
            "stop": 1136993368
        },
        {
            "start": 1136993370,
            "stop": 1136993372
        },
        {
            "start": 1136993374,
            "stop": 1136993392
        },
        {
            "start": 1136993393,
            "stop": 1136993395
        },
        {
            "start": 1136993396,
            "stop": 1136993445
        },
        {
            "start": 1136993447,
            "stop": 1136993448
        },
        {
            "start": 1136993450,
            "stop": 1136993505
        },
        {
            "start": 1136993507,
            "stop": 1136993549
        },
        {
            "start": 1136993551,
            "stop": 1136993564
        },
        {
            "start": 1136993566,
            "stop": 1136993572
        },
        {
            "start": 1136993574,
            "stop": 1136993599
        },
        {
            "start": 1136993602,
            "stop": 1136993613
        },
        {
            "start": 1136993615,
            "stop": 1136993621
        },
        {
            "start": 1136993623,
            "stop": 1136993633
        },
        {
            "start": 1136993634,
            "stop": 1136993656
        },
        {
            "start": 1136993658,
            "stop": 1136993661
        },
        {
            "start": 1136993663,
            "stop": 1136993682
        },
        {
            "start": 1136993684,
            "stop": 1136993692
        }
    ]
}