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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 5,
    "results": [
        {
            "start": 1397100597,
            "stop": 1397106379
        },
        {
            "start": 1397108788,
            "stop": 1397129682
        },
        {
            "start": 1397129687,
            "stop": 1397129906
        },
        {
            "start": 1397129909,
            "stop": 1397131711
        },
        {
            "start": 1397131714,
            "stop": 1397140855
        },
        {
            "start": 1397140859,
            "stop": 1397158843
        },
        {
            "start": 1397158846,
            "stop": 1397164944
        },
        {
            "start": 1397178024,
            "stop": 1397180040
        },
        {
            "start": 1397180179,
            "stop": 1397180190
        },
        {
            "start": 1397180789,
            "stop": 1397187440
        },
        {
            "start": 1397187443,
            "stop": 1397188694
        },
        {
            "start": 1397188697,
            "stop": 1397200772
        },
        {
            "start": 1397200775,
            "stop": 1397213757
        },
        {
            "start": 1397213760,
            "stop": 1397224865
        },
        {
            "start": 1397224868,
            "stop": 1397228512
        },
        {
            "start": 1397228516,
            "stop": 1397233150
        },
        {
            "start": 1397233153,
            "stop": 1397234268
        },
        {
            "start": 1397234270,
            "stop": 1397244609
        },
        {
            "start": 1397247093,
            "stop": 1397251620
        },
        {
            "start": 1397251621,
            "stop": 1397253974
        }
    ]
}