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=5204
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=5205",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5203",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5204,
    "results": [
        {
            "start": 1137030525,
            "stop": 1137030542
        },
        {
            "start": 1137030544,
            "stop": 1137030545
        },
        {
            "start": 1137030547,
            "stop": 1137030561
        },
        {
            "start": 1137030562,
            "stop": 1137030569
        },
        {
            "start": 1137030571,
            "stop": 1137030575
        },
        {
            "start": 1137030577,
            "stop": 1137030582
        },
        {
            "start": 1137030585,
            "stop": 1137030586
        },
        {
            "start": 1137030588,
            "stop": 1137030594
        },
        {
            "start": 1137030596,
            "stop": 1137030623
        },
        {
            "start": 1137030625,
            "stop": 1137030627
        },
        {
            "start": 1137030629,
            "stop": 1137030653
        },
        {
            "start": 1137030655,
            "stop": 1137030660
        },
        {
            "start": 1137030662,
            "stop": 1137030665
        },
        {
            "start": 1137030667,
            "stop": 1137030668
        },
        {
            "start": 1137030671,
            "stop": 1137030677
        },
        {
            "start": 1137030681,
            "stop": 1137030694
        },
        {
            "start": 1137030696,
            "stop": 1137030717
        },
        {
            "start": 1137030719,
            "stop": 1137030724
        },
        {
            "start": 1137030725,
            "stop": 1137030736
        },
        {
            "start": 1137030738,
            "stop": 1137030751
        }
    ]
}