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=7129
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=7130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7128",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7129,
    "results": [
        {
            "start": 874302477,
            "stop": 874302586
        },
        {
            "start": 874302588,
            "stop": 874302598
        },
        {
            "start": 874302599,
            "stop": 874302780
        },
        {
            "start": 874302781,
            "stop": 874303422
        },
        {
            "start": 874303423,
            "stop": 874303425
        },
        {
            "start": 874303426,
            "stop": 874303880
        },
        {
            "start": 874303882,
            "stop": 874304266
        },
        {
            "start": 874304267,
            "stop": 874304409
        },
        {
            "start": 874304410,
            "stop": 874304582
        },
        {
            "start": 874304583,
            "stop": 874305401
        },
        {
            "start": 874305402,
            "stop": 874305616
        },
        {
            "start": 874305618,
            "stop": 874305935
        },
        {
            "start": 874305936,
            "stop": 874306068
        },
        {
            "start": 874306069,
            "stop": 874306548
        },
        {
            "start": 874306550,
            "stop": 874306964
        },
        {
            "start": 874306965,
            "stop": 874307566
        },
        {
            "start": 874307567,
            "stop": 874307649
        },
        {
            "start": 874307651,
            "stop": 874308532
        },
        {
            "start": 874308534,
            "stop": 874308651
        },
        {
            "start": 874308653,
            "stop": 874309325
        }
    ]
}