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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=185",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 186,
    "results": [
        {
            "start": 818206943,
            "stop": 818206945
        },
        {
            "start": 818206952,
            "stop": 818206953
        },
        {
            "start": 818206980,
            "stop": 818206981
        },
        {
            "start": 818206991,
            "stop": 818206994
        },
        {
            "start": 818206998,
            "stop": 818206999
        },
        {
            "start": 818207007,
            "stop": 818207011
        },
        {
            "start": 818207032,
            "stop": 818207033
        },
        {
            "start": 818207042,
            "stop": 818207046
        },
        {
            "start": 818207055,
            "stop": 818207059
        },
        {
            "start": 818207070,
            "stop": 818207074
        },
        {
            "start": 818207084,
            "stop": 818207087
        },
        {
            "start": 818207099,
            "stop": 818207100
        },
        {
            "start": 818207104,
            "stop": 818207105
        },
        {
            "start": 818207113,
            "stop": 818207114
        },
        {
            "start": 818207119,
            "stop": 818207123
        },
        {
            "start": 818207127,
            "stop": 818207129
        },
        {
            "start": 818207132,
            "stop": 818207136
        },
        {
            "start": 818207146,
            "stop": 818207150
        },
        {
            "start": 818207155,
            "stop": 818207162
        },
        {
            "start": 818207166,
            "stop": 818207170
        }
    ]
}