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=127
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=128",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=126",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 127,
    "results": [
        {
            "start": 1126643899,
            "stop": 1126643922
        },
        {
            "start": 1126643923,
            "stop": 1126643965
        },
        {
            "start": 1126643969,
            "stop": 1126643993
        },
        {
            "start": 1126643994,
            "stop": 1126644232
        },
        {
            "start": 1126644234,
            "stop": 1126644240
        },
        {
            "start": 1126644242,
            "stop": 1126644460
        },
        {
            "start": 1126644461,
            "stop": 1126644478
        },
        {
            "start": 1126644479,
            "stop": 1126644484
        },
        {
            "start": 1126644485,
            "stop": 1126644626
        },
        {
            "start": 1126644627,
            "stop": 1126644822
        },
        {
            "start": 1126644823,
            "stop": 1126645009
        },
        {
            "start": 1126645010,
            "stop": 1126645115
        },
        {
            "start": 1126645116,
            "stop": 1126645229
        },
        {
            "start": 1126645230,
            "stop": 1126645287
        },
        {
            "start": 1126645288,
            "stop": 1126645304
        },
        {
            "start": 1126645306,
            "stop": 1126645371
        },
        {
            "start": 1126645373,
            "stop": 1126645451
        },
        {
            "start": 1126645458,
            "stop": 1126645569
        },
        {
            "start": 1126645571,
            "stop": 1126645776
        },
        {
            "start": 1126645777,
            "stop": 1126645979
        }
    ]
}