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=5157
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=5158",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5156",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5157,
    "results": [
        {
            "start": 1136997352,
            "stop": 1136997411
        },
        {
            "start": 1136997415,
            "stop": 1136997427
        },
        {
            "start": 1136997428,
            "stop": 1136997430
        },
        {
            "start": 1136997432,
            "stop": 1136997435
        },
        {
            "start": 1136997437,
            "stop": 1136997460
        },
        {
            "start": 1136997462,
            "stop": 1136997474
        },
        {
            "start": 1136997476,
            "stop": 1136997480
        },
        {
            "start": 1136997482,
            "stop": 1136997502
        },
        {
            "start": 1136997504,
            "stop": 1136997507
        },
        {
            "start": 1136997509,
            "stop": 1136997523
        },
        {
            "start": 1136997525,
            "stop": 1136997542
        },
        {
            "start": 1136997544,
            "stop": 1136997552
        },
        {
            "start": 1136997554,
            "stop": 1136997564
        },
        {
            "start": 1136997566,
            "stop": 1136997575
        },
        {
            "start": 1136997576,
            "stop": 1136997600
        },
        {
            "start": 1136997602,
            "stop": 1136997611
        },
        {
            "start": 1136997613,
            "stop": 1136997615
        },
        {
            "start": 1136997617,
            "stop": 1136997623
        },
        {
            "start": 1136997625,
            "stop": 1136997636
        },
        {
            "start": 1136997638,
            "stop": 1136997647
        }
    ]
}