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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6959",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6960,
    "results": [
        {
            "start": 873771510,
            "stop": 873771529
        },
        {
            "start": 873771533,
            "stop": 873771599
        },
        {
            "start": 873771602,
            "stop": 873771612
        },
        {
            "start": 873771618,
            "stop": 873771688
        },
        {
            "start": 873771691,
            "stop": 873771703
        },
        {
            "start": 873771706,
            "stop": 873771707
        },
        {
            "start": 873771710,
            "stop": 873771711
        },
        {
            "start": 873771718,
            "stop": 873771926
        },
        {
            "start": 873771934,
            "stop": 873771959
        },
        {
            "start": 873771962,
            "stop": 873772044
        },
        {
            "start": 873772047,
            "stop": 873772110
        },
        {
            "start": 873772114,
            "stop": 873772131
        },
        {
            "start": 873772135,
            "stop": 873772207
        },
        {
            "start": 873772210,
            "stop": 873772324
        },
        {
            "start": 873772328,
            "stop": 873772393
        },
        {
            "start": 873772396,
            "stop": 873772414
        },
        {
            "start": 873772418,
            "stop": 873772423
        },
        {
            "start": 873772428,
            "stop": 873772459
        },
        {
            "start": 873772463,
            "stop": 873772543
        },
        {
            "start": 873772546,
            "stop": 873772642
        }
    ]
}