Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1855
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=1856",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1854",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1855,
    "results": [
        {
            "start": 966519980,
            "stop": 966531777
        },
        {
            "start": 966533602,
            "stop": 966533649
        },
        {
            "start": 966534923,
            "stop": 966535874
        },
        {
            "start": 966535875,
            "stop": 966541731
        },
        {
            "start": 966542909,
            "stop": 966549183
        },
        {
            "start": 966549184,
            "stop": 966555358
        },
        {
            "start": 966556040,
            "stop": 966564188
        },
        {
            "start": 966567028,
            "stop": 966576308
        },
        {
            "start": 966576435,
            "stop": 966600433
        },
        {
            "start": 966605136,
            "stop": 966607703
        },
        {
            "start": 966607704,
            "stop": 966618089
        },
        {
            "start": 966619319,
            "stop": 966624620
        },
        {
            "start": 966624621,
            "stop": 966626866
        },
        {
            "start": 966626867,
            "stop": 966630202
        },
        {
            "start": 966633730,
            "stop": 966638054
        },
        {
            "start": 966638055,
            "stop": 966640364
        },
        {
            "start": 966640420,
            "stop": 966643456
        },
        {
            "start": 966644057,
            "stop": 966648887
        },
        {
            "start": 966648888,
            "stop": 966651391
        },
        {
            "start": 966656500,
            "stop": 966679105
        }
    ]
}