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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=326",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 327,
    "results": [
        {
            "start": 1260339392,
            "stop": 1260339504
        },
        {
            "start": 1260339507,
            "stop": 1260340168
        },
        {
            "start": 1260340169,
            "stop": 1260340287
        },
        {
            "start": 1260340290,
            "stop": 1260341360
        },
        {
            "start": 1260341363,
            "stop": 1260341682
        },
        {
            "start": 1260341683,
            "stop": 1260343785
        },
        {
            "start": 1260343786,
            "stop": 1260344537
        },
        {
            "start": 1260344538,
            "stop": 1260344877
        },
        {
            "start": 1260344880,
            "stop": 1260344930
        },
        {
            "start": 1260344933,
            "stop": 1260344971
        },
        {
            "start": 1260344974,
            "stop": 1260345088
        },
        {
            "start": 1260345091,
            "stop": 1260346741
        },
        {
            "start": 1260346744,
            "stop": 1260346988
        },
        {
            "start": 1260346991,
            "stop": 1260347445
        },
        {
            "start": 1260347448,
            "stop": 1260347471
        },
        {
            "start": 1260347474,
            "stop": 1260348418
        },
        {
            "start": 1260348421,
            "stop": 1260349189
        },
        {
            "start": 1260349191,
            "stop": 1260349200
        },
        {
            "start": 1260349203,
            "stop": 1260349650
        },
        {
            "start": 1260349651,
            "stop": 1260350551
        }
    ]
}