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=6525
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=6526",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6524",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6525,
    "results": [
        {
            "start": 874299383,
            "stop": 874300729
        },
        {
            "start": 874300730,
            "stop": 874300740
        },
        {
            "start": 874300741,
            "stop": 874300869
        },
        {
            "start": 874300870,
            "stop": 874301102
        },
        {
            "start": 874301103,
            "stop": 874302146
        },
        {
            "start": 874302147,
            "stop": 874302231
        },
        {
            "start": 874302232,
            "stop": 874302476
        },
        {
            "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
        }
    ]
}