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=18
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=19",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=17",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 18,
    "results": [
        {
            "start": 1126166000,
            "stop": 1126166028
        },
        {
            "start": 1126251604,
            "stop": 1126251654
        },
        {
            "start": 1126251655,
            "stop": 1126251990
        },
        {
            "start": 1126251991,
            "stop": 1126252133
        },
        {
            "start": 1126252291,
            "stop": 1126252318
        },
        {
            "start": 1126252319,
            "stop": 1126252366
        },
        {
            "start": 1126252367,
            "stop": 1126252724
        },
        {
            "start": 1126252725,
            "stop": 1126253032
        },
        {
            "start": 1126253033,
            "stop": 1126253343
        },
        {
            "start": 1126253344,
            "stop": 1126253630
        },
        {
            "start": 1126253631,
            "stop": 1126253665
        },
        {
            "start": 1126253667,
            "stop": 1126253711
        },
        {
            "start": 1126253713,
            "stop": 1126253959
        },
        {
            "start": 1126253960,
            "stop": 1126254231
        },
        {
            "start": 1126254236,
            "stop": 1126254253
        },
        {
            "start": 1126254254,
            "stop": 1126254315
        },
        {
            "start": 1126254317,
            "stop": 1126254596
        },
        {
            "start": 1126254597,
            "stop": 1126254759
        },
        {
            "start": 1126254760,
            "stop": 1126254837
        },
        {
            "start": 1126254839,
            "stop": 1126254952
        }
    ]
}