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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6515",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6513",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6514,
    "results": [
        {
            "start": 874252716,
            "stop": 874253229
        },
        {
            "start": 874253230,
            "stop": 874253258
        },
        {
            "start": 874253260,
            "stop": 874253273
        },
        {
            "start": 874253274,
            "stop": 874253880
        },
        {
            "start": 874253881,
            "stop": 874253981
        },
        {
            "start": 874253983,
            "stop": 874254005
        },
        {
            "start": 874254007,
            "stop": 874254016
        },
        {
            "start": 874254017,
            "stop": 874254068
        },
        {
            "start": 874254069,
            "stop": 874254132
        },
        {
            "start": 874254134,
            "stop": 874254166
        },
        {
            "start": 874254168,
            "stop": 874254479
        },
        {
            "start": 874254480,
            "stop": 874254495
        },
        {
            "start": 874254496,
            "stop": 874254728
        },
        {
            "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
        }
    ]
}