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=1690
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=1691",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1689",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1690,
    "results": [
        {
            "start": 957514731,
            "stop": 957515025
        },
        {
            "start": 957515027,
            "stop": 957515055
        },
        {
            "start": 957515057,
            "stop": 957515064
        },
        {
            "start": 957515066,
            "stop": 957515138
        },
        {
            "start": 957515140,
            "stop": 957515358
        },
        {
            "start": 957515360,
            "stop": 957515455
        },
        {
            "start": 957515457,
            "stop": 957515746
        },
        {
            "start": 957515748,
            "stop": 957515981
        },
        {
            "start": 957515983,
            "stop": 957516442
        },
        {
            "start": 957516444,
            "stop": 957516480
        },
        {
            "start": 957516482,
            "stop": 957516709
        },
        {
            "start": 957516711,
            "stop": 957517014
        },
        {
            "start": 957517016,
            "stop": 957517263
        },
        {
            "start": 957517265,
            "stop": 957517267
        },
        {
            "start": 957517269,
            "stop": 957517306
        },
        {
            "start": 957517308,
            "stop": 957517518
        },
        {
            "start": 957517520,
            "stop": 957517560
        },
        {
            "start": 957517562,
            "stop": 957517566
        },
        {
            "start": 957517567,
            "stop": 957517645
        },
        {
            "start": 957517647,
            "stop": 957517968
        }
    ]
}