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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=382",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=380",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 381,
    "results": [
        {
            "start": 1264329095,
            "stop": 1264329096
        },
        {
            "start": 1264329097,
            "stop": 1264329100
        },
        {
            "start": 1264329105,
            "stop": 1264329109
        },
        {
            "start": 1264329111,
            "stop": 1264329112
        },
        {
            "start": 1264329118,
            "stop": 1264329210
        },
        {
            "start": 1264329211,
            "stop": 1264329212
        },
        {
            "start": 1264329214,
            "stop": 1264329218
        },
        {
            "start": 1264329219,
            "stop": 1264329694
        },
        {
            "start": 1264329707,
            "stop": 1264329711
        },
        {
            "start": 1264329712,
            "stop": 1264329713
        },
        {
            "start": 1264329714,
            "stop": 1264329715
        },
        {
            "start": 1264329717,
            "stop": 1264329718
        },
        {
            "start": 1264329720,
            "stop": 1264329778
        },
        {
            "start": 1264329779,
            "stop": 1264329781
        },
        {
            "start": 1264329782,
            "stop": 1264329783
        },
        {
            "start": 1264329784,
            "stop": 1264329903
        },
        {
            "start": 1264329904,
            "stop": 1264329924
        },
        {
            "start": 1264329925,
            "stop": 1264329927
        },
        {
            "start": 1264329928,
            "stop": 1264329931
        },
        {
            "start": 1264329932,
            "stop": 1264329961
        }
    ]
}