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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=132",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 133,
    "results": [
        {
            "start": 1416664653,
            "stop": 1416665083
        },
        {
            "start": 1416665088,
            "stop": 1416665449
        },
        {
            "start": 1416665459,
            "stop": 1416665580
        },
        {
            "start": 1416692639,
            "stop": 1416693556
        },
        {
            "start": 1416693563,
            "stop": 1416696331
        },
        {
            "start": 1416696335,
            "stop": 1416697383
        },
        {
            "start": 1416697388,
            "stop": 1416697734
        },
        {
            "start": 1416697738,
            "stop": 1416700228
        },
        {
            "start": 1416700231,
            "stop": 1416700773
        },
        {
            "start": 1416700778,
            "stop": 1416701483
        },
        {
            "start": 1416701491,
            "stop": 1416701493
        },
        {
            "start": 1416701498,
            "stop": 1416701607
        },
        {
            "start": 1416701611,
            "stop": 1416701616
        },
        {
            "start": 1416701620,
            "stop": 1416701622
        },
        {
            "start": 1416701627,
            "stop": 1416702020
        },
        {
            "start": 1416702024,
            "stop": 1416702284
        },
        {
            "start": 1416702289,
            "stop": 1416705900
        },
        {
            "start": 1416705903,
            "stop": 1416706501
        },
        {
            "start": 1416715659,
            "stop": 1416728451
        },
        {
            "start": 1416728455,
            "stop": 1416728829
        }
    ]
}