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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6612",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6613,
    "results": [
        {
            "start": 874760718,
            "stop": 874760903
        },
        {
            "start": 874760904,
            "stop": 874762501
        },
        {
            "start": 874762502,
            "stop": 874762600
        },
        {
            "start": 874762601,
            "stop": 874762779
        },
        {
            "start": 874762780,
            "stop": 874763029
        },
        {
            "start": 874763030,
            "stop": 874763104
        },
        {
            "start": 874763106,
            "stop": 874763886
        },
        {
            "start": 874763887,
            "stop": 874763899
        },
        {
            "start": 874763900,
            "stop": 874764555
        },
        {
            "start": 874764557,
            "stop": 874764636
        },
        {
            "start": 874764637,
            "stop": 874764711
        },
        {
            "start": 874764712,
            "stop": 874764733
        },
        {
            "start": 874764735,
            "stop": 874764931
        },
        {
            "start": 874764933,
            "stop": 874765257
        },
        {
            "start": 874765258,
            "stop": 874765309
        },
        {
            "start": 874765310,
            "stop": 874766325
        },
        {
            "start": 874766326,
            "stop": 874766394
        },
        {
            "start": 874766395,
            "stop": 874766414
        },
        {
            "start": 874766415,
            "stop": 874766631
        },
        {
            "start": 874766632,
            "stop": 874767055
        }
    ]
}