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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=189",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 190,
    "results": [
        {
            "start": 931603988,
            "stop": 931604002
        },
        {
            "start": 931612014,
            "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": 931613415
        },
        {
            "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
        },
        {
            "start": 931661398,
            "stop": 931661401
        }
    ]
}