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=7186
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=7187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7185",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7186,
    "results": [
        {
            "start": 874541274,
            "stop": 874541862
        },
        {
            "start": 874541863,
            "stop": 874541881
        },
        {
            "start": 874541882,
            "stop": 874542158
        },
        {
            "start": 874542159,
            "stop": 874542313
        },
        {
            "start": 874542314,
            "stop": 874542355
        },
        {
            "start": 874542356,
            "stop": 874543511
        },
        {
            "start": 874543512,
            "stop": 874543612
        },
        {
            "start": 874543613,
            "stop": 874543824
        },
        {
            "start": 874543825,
            "stop": 874544162
        },
        {
            "start": 874544163,
            "stop": 874545122
        },
        {
            "start": 874545123,
            "stop": 874545320
        },
        {
            "start": 874545321,
            "stop": 874545680
        },
        {
            "start": 874545681,
            "stop": 874545712
        },
        {
            "start": 874545713,
            "stop": 874546292
        },
        {
            "start": 874546294,
            "stop": 874546741
        },
        {
            "start": 874546742,
            "stop": 874547174
        },
        {
            "start": 874547175,
            "stop": 874547261
        },
        {
            "start": 874547263,
            "stop": 874547285
        },
        {
            "start": 874547286,
            "stop": 874547635
        },
        {
            "start": 874547637,
            "stop": 874548154
        }
    ]
}