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=6487
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=6488",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6486",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6487,
    "results": [
        {
            "start": 874116347,
            "stop": 874116384
        },
        {
            "start": 874116385,
            "stop": 874116500
        },
        {
            "start": 874116501,
            "stop": 874116769
        },
        {
            "start": 874116770,
            "stop": 874116978
        },
        {
            "start": 874116980,
            "stop": 874117171
        },
        {
            "start": 874117173,
            "stop": 874117292
        },
        {
            "start": 874117293,
            "stop": 874117413
        },
        {
            "start": 874117414,
            "stop": 874117841
        },
        {
            "start": 874117842,
            "stop": 874117961
        },
        {
            "start": 874117962,
            "stop": 874117995
        },
        {
            "start": 874117997,
            "stop": 874118328
        },
        {
            "start": 874118330,
            "stop": 874118968
        },
        {
            "start": 874118969,
            "stop": 874118991
        },
        {
            "start": 874118992,
            "stop": 874119554
        },
        {
            "start": 874119555,
            "stop": 874119581
        },
        {
            "start": 874119582,
            "stop": 874119610
        },
        {
            "start": 874119611,
            "stop": 874119909
        },
        {
            "start": 874119910,
            "stop": 874120198
        },
        {
            "start": 874120199,
            "stop": 874120768
        },
        {
            "start": 874120769,
            "stop": 874120846
        }
    ]
}