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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40968",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40969,
    "results": [
        {
            "start": 875130385,
            "stop": 875130408
        },
        {
            "start": 875130409,
            "stop": 875130486
        },
        {
            "start": 875130487,
            "stop": 875130508
        },
        {
            "start": 875130510,
            "stop": 875130585
        },
        {
            "start": 875130586,
            "stop": 875130618
        },
        {
            "start": 875130620,
            "stop": 875130627
        },
        {
            "start": 875130628,
            "stop": 875130651
        },
        {
            "start": 875130652,
            "stop": 875130688
        },
        {
            "start": 875130689,
            "stop": 875130695
        },
        {
            "start": 875130696,
            "stop": 875130705
        },
        {
            "start": 875130706,
            "stop": 875130709
        },
        {
            "start": 875130711,
            "stop": 875130775
        },
        {
            "start": 875130776,
            "stop": 875130869
        },
        {
            "start": 875130871,
            "stop": 875130878
        },
        {
            "start": 875130879,
            "stop": 875130901
        },
        {
            "start": 875130902,
            "stop": 875131025
        },
        {
            "start": 875131027,
            "stop": 875131030
        },
        {
            "start": 875131032,
            "stop": 875131109
        },
        {
            "start": 875131110,
            "stop": 875131112
        },
        {
            "start": 875131113,
            "stop": 875131163
        }
    ]
}