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/S5/timelines/L1_BURST_CAT1/segments?format=api&page=173
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=172",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 173,
    "results": [
        {
            "start": 831195880,
            "stop": 831198427
        },
        {
            "start": 831198429,
            "stop": 831198432
        },
        {
            "start": 831198434,
            "stop": 831199730
        },
        {
            "start": 831199732,
            "stop": 831200538
        },
        {
            "start": 831202376,
            "stop": 831202939
        },
        {
            "start": 831203671,
            "stop": 831209713
        },
        {
            "start": 831209809,
            "stop": 831209877
        },
        {
            "start": 831213252,
            "stop": 831213511
        },
        {
            "start": 831214996,
            "stop": 831215819
        },
        {
            "start": 831216852,
            "stop": 831217053
        },
        {
            "start": 831217055,
            "stop": 831217228
        },
        {
            "start": 831217451,
            "stop": 831217665
        },
        {
            "start": 831255143,
            "stop": 831255289
        },
        {
            "start": 831255291,
            "stop": 831255733
        },
        {
            "start": 831255735,
            "stop": 831255948
        },
        {
            "start": 831279997,
            "stop": 831283684
        },
        {
            "start": 831284300,
            "stop": 831290217
        },
        {
            "start": 831290219,
            "stop": 831290229
        },
        {
            "start": 831290230,
            "stop": 831290718
        },
        {
            "start": 831290719,
            "stop": 831290815
        }
    ]
}