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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=136",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 137,
    "results": [
        {
            "start": 1417047720,
            "stop": 1417049620
        },
        {
            "start": 1417056106,
            "stop": 1417060568
        },
        {
            "start": 1417060571,
            "stop": 1417061926
        },
        {
            "start": 1417061931,
            "stop": 1417071681
        },
        {
            "start": 1417071685,
            "stop": 1417078245
        },
        {
            "start": 1417078250,
            "stop": 1417080625
        },
        {
            "start": 1417080630,
            "stop": 1417086989
        },
        {
            "start": 1417086994,
            "stop": 1417087566
        },
        {
            "start": 1417087571,
            "stop": 1417106627
        },
        {
            "start": 1417106632,
            "stop": 1417125417
        },
        {
            "start": 1417125422,
            "stop": 1417126302
        },
        {
            "start": 1417147605,
            "stop": 1417148238
        },
        {
            "start": 1417167018,
            "stop": 1417173308
        },
        {
            "start": 1417173313,
            "stop": 1417175313
        },
        {
            "start": 1417180955,
            "stop": 1417183092
        },
        {
            "start": 1417183097,
            "stop": 1417188931
        },
        {
            "start": 1417188935,
            "stop": 1417189005
        },
        {
            "start": 1417189010,
            "stop": 1417190217
        },
        {
            "start": 1417190222,
            "stop": 1417192398
        },
        {
            "start": 1417205342,
            "stop": 1417219051
        }
    ]
}