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=5190
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=5191",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5189",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5190,
    "results": [
        {
            "start": 1137026398,
            "stop": 1137026410
        },
        {
            "start": 1137026412,
            "stop": 1137026504
        },
        {
            "start": 1137026506,
            "stop": 1137026508
        },
        {
            "start": 1137026510,
            "stop": 1137026513
        },
        {
            "start": 1137026515,
            "stop": 1137026517
        },
        {
            "start": 1137026518,
            "stop": 1137026526
        },
        {
            "start": 1137026528,
            "stop": 1137026532
        },
        {
            "start": 1137026534,
            "stop": 1137026535
        },
        {
            "start": 1137026537,
            "stop": 1137026542
        },
        {
            "start": 1137026544,
            "stop": 1137026545
        },
        {
            "start": 1137026547,
            "stop": 1137026564
        },
        {
            "start": 1137026566,
            "stop": 1137026574
        },
        {
            "start": 1137026576,
            "stop": 1137026580
        },
        {
            "start": 1137026582,
            "stop": 1137026588
        },
        {
            "start": 1137026592,
            "stop": 1137026594
        },
        {
            "start": 1137026596,
            "stop": 1137026606
        },
        {
            "start": 1137026609,
            "stop": 1137026610
        },
        {
            "start": 1137026613,
            "stop": 1137026615
        },
        {
            "start": 1137026617,
            "stop": 1137026625
        },
        {
            "start": 1137026626,
            "stop": 1137026634
        }
    ]
}