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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14127",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14128,
    "results": [
        {
            "start": 971162066,
            "stop": 971162068
        },
        {
            "start": 971162069,
            "stop": 971162070
        },
        {
            "start": 971162072,
            "stop": 971162074
        },
        {
            "start": 971162082,
            "stop": 971162083
        },
        {
            "start": 971162086,
            "stop": 971162087
        },
        {
            "start": 971162090,
            "stop": 971162091
        },
        {
            "start": 971162093,
            "stop": 971162095
        },
        {
            "start": 971162096,
            "stop": 971162100
        },
        {
            "start": 971162102,
            "stop": 971162103
        },
        {
            "start": 971162105,
            "stop": 971162106
        },
        {
            "start": 971162107,
            "stop": 971162109
        },
        {
            "start": 971162115,
            "stop": 971162117
        },
        {
            "start": 971162118,
            "stop": 971162119
        },
        {
            "start": 971162127,
            "stop": 971162130
        },
        {
            "start": 971162131,
            "stop": 971162132
        },
        {
            "start": 971162139,
            "stop": 971162140
        },
        {
            "start": 971162142,
            "stop": 971162145
        },
        {
            "start": 971162146,
            "stop": 971162147
        },
        {
            "start": 971162148,
            "stop": 971162149
        },
        {
            "start": 971162151,
            "stop": 971162152
        }
    ]
}