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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=160",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 161,
    "results": [
        {
            "start": 829645282,
            "stop": 829654496
        },
        {
            "start": 829663397,
            "stop": 829664432
        },
        {
            "start": 829665290,
            "stop": 829665947
        },
        {
            "start": 829666644,
            "stop": 829668127
        },
        {
            "start": 829669307,
            "stop": 829675112
        },
        {
            "start": 829675114,
            "stop": 829675883
        },
        {
            "start": 829676788,
            "stop": 829678039
        },
        {
            "start": 829679668,
            "stop": 829679726
        },
        {
            "start": 829679966,
            "stop": 829681749
        },
        {
            "start": 829683714,
            "stop": 829683904
        },
        {
            "start": 829683959,
            "stop": 829686958
        },
        {
            "start": 829688864,
            "stop": 829689158
        },
        {
            "start": 829689271,
            "stop": 829689492
        },
        {
            "start": 829689494,
            "stop": 829693234
        },
        {
            "start": 829693872,
            "stop": 829694783
        },
        {
            "start": 829695141,
            "stop": 829695864
        },
        {
            "start": 829695866,
            "stop": 829703600
        },
        {
            "start": 829703602,
            "stop": 829704718
        },
        {
            "start": 829704842,
            "stop": 829708973
        },
        {
            "start": 829708975,
            "stop": 829709009
        }
    ]
}