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=125
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=126",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=124",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 125,
    "results": [
        {
            "start": 1126638723,
            "stop": 1126639009
        },
        {
            "start": 1126639010,
            "stop": 1126639280
        },
        {
            "start": 1126639284,
            "stop": 1126639297
        },
        {
            "start": 1126639299,
            "stop": 1126639387
        },
        {
            "start": 1126639388,
            "stop": 1126639887
        },
        {
            "start": 1126639888,
            "stop": 1126640312
        },
        {
            "start": 1126640313,
            "stop": 1126640554
        },
        {
            "start": 1126640555,
            "stop": 1126640799
        },
        {
            "start": 1126640801,
            "stop": 1126640884
        },
        {
            "start": 1126640886,
            "stop": 1126640909
        },
        {
            "start": 1126640910,
            "stop": 1126641093
        },
        {
            "start": 1126641095,
            "stop": 1126641156
        },
        {
            "start": 1126641157,
            "stop": 1126641160
        },
        {
            "start": 1126641161,
            "stop": 1126641164
        },
        {
            "start": 1126641168,
            "stop": 1126641184
        },
        {
            "start": 1126641185,
            "stop": 1126641265
        },
        {
            "start": 1126641266,
            "stop": 1126641567
        },
        {
            "start": 1126641569,
            "stop": 1126641572
        },
        {
            "start": 1126641576,
            "stop": 1126641637
        },
        {
            "start": 1126641639,
            "stop": 1126642009
        }
    ]
}