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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7100",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7101,
    "results": [
        {
            "start": 874191175,
            "stop": 874191560
        },
        {
            "start": 874191562,
            "stop": 874191711
        },
        {
            "start": 874191712,
            "stop": 874191716
        },
        {
            "start": 874191717,
            "stop": 874191910
        },
        {
            "start": 874191911,
            "stop": 874192102
        },
        {
            "start": 874192103,
            "stop": 874192108
        },
        {
            "start": 874192109,
            "stop": 874192319
        },
        {
            "start": 874192320,
            "stop": 874192463
        },
        {
            "start": 874192464,
            "stop": 874192561
        },
        {
            "start": 874192562,
            "stop": 874192642
        },
        {
            "start": 874192643,
            "stop": 874192785
        },
        {
            "start": 874192787,
            "stop": 874192872
        },
        {
            "start": 874192873,
            "stop": 874192889
        },
        {
            "start": 874192890,
            "stop": 874192929
        },
        {
            "start": 874192930,
            "stop": 874193129
        },
        {
            "start": 874193130,
            "stop": 874193293
        },
        {
            "start": 874193294,
            "stop": 874193404
        },
        {
            "start": 874193405,
            "stop": 874193499
        },
        {
            "start": 874193500,
            "stop": 874193620
        },
        {
            "start": 874193621,
            "stop": 874193622
        }
    ]
}