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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=278",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 279,
    "results": [
        {
            "start": 931704480,
            "stop": 931704483
        },
        {
            "start": 931704485,
            "stop": 931704491
        },
        {
            "start": 931704492,
            "stop": 931704494
        },
        {
            "start": 931704508,
            "stop": 931704533
        },
        {
            "start": 931704535,
            "stop": 931704536
        },
        {
            "start": 931704537,
            "stop": 931704546
        },
        {
            "start": 931704550,
            "stop": 931704555
        },
        {
            "start": 931704557,
            "stop": 931704577
        },
        {
            "start": 931704578,
            "stop": 931704581
        },
        {
            "start": 931704584,
            "stop": 931704587
        },
        {
            "start": 931704589,
            "stop": 931704598
        },
        {
            "start": 931704599,
            "stop": 931704600
        },
        {
            "start": 931704602,
            "stop": 931704603
        },
        {
            "start": 931704604,
            "stop": 931704607
        },
        {
            "start": 931704611,
            "stop": 931704612
        },
        {
            "start": 931704614,
            "stop": 931704627
        },
        {
            "start": 931704631,
            "stop": 931704634
        },
        {
            "start": 931704639,
            "stop": 931704643
        },
        {
            "start": 931704647,
            "stop": 931704648
        },
        {
            "start": 931704650,
            "stop": 931704651
        }
    ]
}