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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3578",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3576",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3577,
    "results": [
        {
            "start": 970404974,
            "stop": 970404990
        },
        {
            "start": 970404993,
            "stop": 970404999
        },
        {
            "start": 970405002,
            "stop": 970405072
        },
        {
            "start": 970405075,
            "stop": 970405086
        },
        {
            "start": 970405089,
            "stop": 970405093
        },
        {
            "start": 970405096,
            "stop": 970405107
        },
        {
            "start": 970405110,
            "stop": 970405190
        },
        {
            "start": 970405193,
            "stop": 970405253
        },
        {
            "start": 970405256,
            "stop": 970405270
        },
        {
            "start": 970405273,
            "stop": 970405278
        },
        {
            "start": 970405281,
            "stop": 970405296
        },
        {
            "start": 970405299,
            "stop": 970405303
        },
        {
            "start": 970405306,
            "stop": 970405310
        },
        {
            "start": 970405313,
            "stop": 970405314
        },
        {
            "start": 970405317,
            "stop": 970405337
        },
        {
            "start": 970405389,
            "stop": 970405390
        },
        {
            "start": 970405396,
            "stop": 970405397
        },
        {
            "start": 970405411,
            "stop": 970405421
        },
        {
            "start": 970405427,
            "stop": 970405429
        },
        {
            "start": 970405444,
            "stop": 970405473
        }
    ]
}