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=5341
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=5342",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5340",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5341,
    "results": [
        {
            "start": 1137248672,
            "stop": 1137248749
        },
        {
            "start": 1137248751,
            "stop": 1137248753
        },
        {
            "start": 1137248755,
            "stop": 1137248941
        },
        {
            "start": 1137248943,
            "stop": 1137248945
        },
        {
            "start": 1137248947,
            "stop": 1137249051
        },
        {
            "start": 1137249053,
            "stop": 1137249476
        },
        {
            "start": 1137249480,
            "stop": 1137249595
        },
        {
            "start": 1137249603,
            "stop": 1137249674
        },
        {
            "start": 1137249675,
            "stop": 1137249754
        },
        {
            "start": 1137249756,
            "stop": 1137249923
        },
        {
            "start": 1137249925,
            "stop": 1137249965
        },
        {
            "start": 1137249967,
            "stop": 1137250012
        },
        {
            "start": 1137250014,
            "stop": 1137250195
        },
        {
            "start": 1137250197,
            "stop": 1137250242
        },
        {
            "start": 1137250243,
            "stop": 1137250416
        },
        {
            "start": 1137250418,
            "stop": 1137250419
        },
        {
            "start": 1137250421,
            "stop": 1137250462
        },
        {
            "start": 1137250463,
            "stop": 1137250465
        },
        {
            "start": 1137250467,
            "stop": 1137250599
        },
        {
            "start": 1137250601,
            "stop": 1137250700
        }
    ]
}