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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=107",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 108,
    "results": [
        {
            "start": 931512073,
            "stop": 931512096
        },
        {
            "start": 931512099,
            "stop": 931512113
        },
        {
            "start": 931512117,
            "stop": 931512129
        },
        {
            "start": 931512134,
            "stop": 931512136
        },
        {
            "start": 931512139,
            "stop": 931512151
        },
        {
            "start": 931512159,
            "stop": 931512169
        },
        {
            "start": 931512172,
            "stop": 931512181
        },
        {
            "start": 931512184,
            "stop": 931512193
        },
        {
            "start": 931512199,
            "stop": 931512208
        },
        {
            "start": 931512211,
            "stop": 931512218
        },
        {
            "start": 931512226,
            "stop": 931512265
        },
        {
            "start": 931512268,
            "stop": 931512278
        },
        {
            "start": 931512281,
            "stop": 931512293
        },
        {
            "start": 931512296,
            "stop": 931512300
        },
        {
            "start": 931512303,
            "stop": 931512310
        },
        {
            "start": 931512313,
            "stop": 931512330
        },
        {
            "start": 931512333,
            "stop": 931512334
        },
        {
            "start": 931512337,
            "stop": 931512338
        },
        {
            "start": 931512341,
            "stop": 931512352
        },
        {
            "start": 931512355,
            "stop": 931512375
        }
    ]
}