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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=182",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 183,
    "results": [
        {
            "start": 837348123,
            "stop": 837352814
        },
        {
            "start": 837352816,
            "stop": 837361200
        },
        {
            "start": 837361203,
            "stop": 837361205
        },
        {
            "start": 837361208,
            "stop": 837361216
        },
        {
            "start": 837361219,
            "stop": 837361223
        },
        {
            "start": 837361226,
            "stop": 837361228
        },
        {
            "start": 837361231,
            "stop": 837361236
        },
        {
            "start": 837361239,
            "stop": 837361240
        },
        {
            "start": 837362673,
            "stop": 837363714
        },
        {
            "start": 837363718,
            "stop": 837363743
        },
        {
            "start": 837363746,
            "stop": 837363758
        },
        {
            "start": 837363762,
            "stop": 837369455
        },
        {
            "start": 837371096,
            "stop": 837372238
        },
        {
            "start": 837372242,
            "stop": 837372244
        },
        {
            "start": 837372246,
            "stop": 837372253
        },
        {
            "start": 837373333,
            "stop": 837380299
        },
        {
            "start": 837380300,
            "stop": 837380340
        },
        {
            "start": 837380342,
            "stop": 837384582
        },
        {
            "start": 837384692,
            "stop": 837384819
        },
        {
            "start": 837385119,
            "stop": 837401054
        }
    ]
}