Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=23
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=24",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=22",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 23,
    "results": [
        {
            "start": 1126270142,
            "stop": 1126270450
        },
        {
            "start": 1126270451,
            "stop": 1126270751
        },
        {
            "start": 1126270753,
            "stop": 1126270820
        },
        {
            "start": 1126270822,
            "stop": 1126270834
        },
        {
            "start": 1126270836,
            "stop": 1126271037
        },
        {
            "start": 1126271038,
            "stop": 1126271078
        },
        {
            "start": 1126271079,
            "stop": 1126271394
        },
        {
            "start": 1126271396,
            "stop": 1126271488
        },
        {
            "start": 1126271489,
            "stop": 1126271713
        },
        {
            "start": 1126271714,
            "stop": 1126272070
        },
        {
            "start": 1126272071,
            "stop": 1126272420
        },
        {
            "start": 1126272421,
            "stop": 1126272615
        },
        {
            "start": 1126272616,
            "stop": 1126272771
        },
        {
            "start": 1126272773,
            "stop": 1126273107
        },
        {
            "start": 1126273108,
            "stop": 1126273419
        },
        {
            "start": 1126273420,
            "stop": 1126273730
        },
        {
            "start": 1126273731,
            "stop": 1126274053
        },
        {
            "start": 1126274054,
            "stop": 1126274296
        },
        {
            "start": 1126274298,
            "stop": 1126274313
        },
        {
            "start": 1126274315,
            "stop": 1126274317
        }
    ]
}