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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 192,
    "results": [
        {
            "start": 931612022,
            "stop": 931612035
        },
        {
            "start": 931612037,
            "stop": 931612065
        },
        {
            "start": 931612066,
            "stop": 931612872
        },
        {
            "start": 931612874,
            "stop": 931613150
        },
        {
            "start": 931613152,
            "stop": 931613187
        },
        {
            "start": 931613189,
            "stop": 931613237
        },
        {
            "start": 931613239,
            "stop": 931613350
        },
        {
            "start": 931613352,
            "stop": 931613368
        },
        {
            "start": 931613370,
            "stop": 931613400
        },
        {
            "start": 931644305,
            "stop": 931645257
        },
        {
            "start": 931645259,
            "stop": 931651129
        },
        {
            "start": 931661297,
            "stop": 931661303
        },
        {
            "start": 931661306,
            "stop": 931661332
        },
        {
            "start": 931661335,
            "stop": 931661342
        },
        {
            "start": 931661345,
            "stop": 931661347
        },
        {
            "start": 931661350,
            "stop": 931661353
        },
        {
            "start": 931661359,
            "stop": 931661368
        },
        {
            "start": 931661373,
            "stop": 931661380
        },
        {
            "start": 931661383,
            "stop": 931661385
        },
        {
            "start": 931661388,
            "stop": 931661396
        }
    ]
}