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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=218",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 219,
    "results": [
        {
            "start": 1259258584,
            "stop": 1259258585
        },
        {
            "start": 1259258591,
            "stop": 1259258714
        },
        {
            "start": 1259258717,
            "stop": 1259258721
        },
        {
            "start": 1259258724,
            "stop": 1259258727
        },
        {
            "start": 1259258733,
            "stop": 1259258759
        },
        {
            "start": 1259258768,
            "stop": 1259258853
        },
        {
            "start": 1259258859,
            "stop": 1259258952
        },
        {
            "start": 1259258955,
            "stop": 1259259039
        },
        {
            "start": 1259259042,
            "stop": 1259259048
        },
        {
            "start": 1259259051,
            "stop": 1259259106
        },
        {
            "start": 1259259108,
            "stop": 1259259236
        },
        {
            "start": 1259259239,
            "stop": 1259259242
        },
        {
            "start": 1259259245,
            "stop": 1259259345
        },
        {
            "start": 1259259351,
            "stop": 1259259354
        },
        {
            "start": 1259259360,
            "stop": 1259259489
        },
        {
            "start": 1259259495,
            "stop": 1259259533
        },
        {
            "start": 1259259536,
            "stop": 1259259542
        },
        {
            "start": 1259259545,
            "stop": 1259259590
        },
        {
            "start": 1259259593,
            "stop": 1259259647
        },
        {
            "start": 1259259650,
            "stop": 1259259655
        }
    ]
}