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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=342",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 343,
    "results": [
        {
            "start": 931829033,
            "stop": 931829034
        },
        {
            "start": 931829037,
            "stop": 931829039
        },
        {
            "start": 931829050,
            "stop": 931829054
        },
        {
            "start": 931829061,
            "stop": 931829063
        },
        {
            "start": 931829070,
            "stop": 931829075
        },
        {
            "start": 931829082,
            "stop": 931829083
        },
        {
            "start": 931829085,
            "stop": 931829087
        },
        {
            "start": 931829095,
            "stop": 931829100
        },
        {
            "start": 931829106,
            "stop": 931829111
        },
        {
            "start": 931829114,
            "stop": 931829117
        },
        {
            "start": 931829125,
            "stop": 931829128
        },
        {
            "start": 931829131,
            "stop": 931829140
        },
        {
            "start": 931829143,
            "stop": 931829145
        },
        {
            "start": 931829148,
            "stop": 931829151
        },
        {
            "start": 931829156,
            "stop": 931829157
        },
        {
            "start": 931829161,
            "stop": 931829167
        },
        {
            "start": 931829170,
            "stop": 931829174
        },
        {
            "start": 931829185,
            "stop": 931829187
        },
        {
            "start": 931829197,
            "stop": 931829201
        },
        {
            "start": 931829203,
            "stop": 931829205
        }
    ]
}