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=40571
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=40572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40570",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40571,
    "results": [
        {
            "start": 874847710,
            "stop": 874847714
        },
        {
            "start": 874847715,
            "stop": 874847719
        },
        {
            "start": 874847721,
            "stop": 874847725
        },
        {
            "start": 874847726,
            "stop": 874847730
        },
        {
            "start": 874847731,
            "stop": 874847736
        },
        {
            "start": 874847737,
            "stop": 874847741
        },
        {
            "start": 874847742,
            "stop": 874847746
        },
        {
            "start": 874847748,
            "stop": 874847752
        },
        {
            "start": 874847753,
            "stop": 874847757
        },
        {
            "start": 874847758,
            "stop": 874847760
        },
        {
            "start": 874847764,
            "stop": 874847768
        },
        {
            "start": 874847769,
            "stop": 874847773
        },
        {
            "start": 874847774,
            "stop": 874847778
        },
        {
            "start": 874847780,
            "stop": 874847784
        },
        {
            "start": 874847785,
            "stop": 874847789
        },
        {
            "start": 874847790,
            "stop": 874847794
        },
        {
            "start": 874847799,
            "stop": 874847800
        },
        {
            "start": 874847801,
            "stop": 874847805
        },
        {
            "start": 874847806,
            "stop": 874847810
        },
        {
            "start": 874847812,
            "stop": 874847816
        }
    ]
}