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=217
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=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=216",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 217,
    "results": [
        {
            "start": 841242411,
            "stop": 841242510
        },
        {
            "start": 841242930,
            "stop": 841245133
        },
        {
            "start": 841245462,
            "stop": 841245518
        },
        {
            "start": 841245818,
            "stop": 841251324
        },
        {
            "start": 841251327,
            "stop": 841253948
        },
        {
            "start": 841253951,
            "stop": 841261008
        },
        {
            "start": 841261011,
            "stop": 841262293
        },
        {
            "start": 841263435,
            "stop": 841287805
        },
        {
            "start": 841287806,
            "stop": 841305403
        },
        {
            "start": 841307432,
            "stop": 841342600
        },
        {
            "start": 841344032,
            "stop": 841376526
        },
        {
            "start": 841377647,
            "stop": 841424365
        },
        {
            "start": 841424804,
            "stop": 841448147
        },
        {
            "start": 841448316,
            "stop": 841471835
        },
        {
            "start": 841471945,
            "stop": 841472349
        },
        {
            "start": 841473029,
            "stop": 841473144
        },
        {
            "start": 841473958,
            "stop": 841491261
        },
        {
            "start": 841491262,
            "stop": 841503826
        },
        {
            "start": 841532405,
            "stop": 841533175
        },
        {
            "start": 841534484,
            "stop": 841544731
        }
    ]
}