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=7117
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=7118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7116",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7117,
    "results": [
        {
            "start": 874254730,
            "stop": 874254741
        },
        {
            "start": 874254742,
            "stop": 874255050
        },
        {
            "start": 874255051,
            "stop": 874255129
        },
        {
            "start": 874255130,
            "stop": 874255264
        },
        {
            "start": 874255265,
            "stop": 874255325
        },
        {
            "start": 874255326,
            "stop": 874255370
        },
        {
            "start": 874255371,
            "stop": 874255630
        },
        {
            "start": 874255631,
            "stop": 874255662
        },
        {
            "start": 874255663,
            "stop": 874255751
        },
        {
            "start": 874255752,
            "stop": 874255980
        },
        {
            "start": 874256100,
            "stop": 874256188
        },
        {
            "start": 874256189,
            "stop": 874256253
        },
        {
            "start": 874256254,
            "stop": 874256994
        },
        {
            "start": 874256995,
            "stop": 874257013
        },
        {
            "start": 874257014,
            "stop": 874257045
        },
        {
            "start": 874257046,
            "stop": 874257275
        },
        {
            "start": 874257276,
            "stop": 874257292
        },
        {
            "start": 874257294,
            "stop": 874257381
        },
        {
            "start": 874257382,
            "stop": 874257420
        },
        {
            "start": 874257422,
            "stop": 874257568
        }
    ]
}