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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=288",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 289,
    "results": [
        {
            "start": 1126948476,
            "stop": 1126948529
        },
        {
            "start": 1126948530,
            "stop": 1126948803
        },
        {
            "start": 1126948805,
            "stop": 1126949121
        },
        {
            "start": 1126949122,
            "stop": 1126949212
        },
        {
            "start": 1126949213,
            "stop": 1126949346
        },
        {
            "start": 1126949348,
            "stop": 1126949457
        },
        {
            "start": 1126949459,
            "stop": 1126949496
        },
        {
            "start": 1126949501,
            "stop": 1126949509
        },
        {
            "start": 1126949511,
            "stop": 1126949526
        },
        {
            "start": 1126949527,
            "stop": 1126949818
        },
        {
            "start": 1126949819,
            "stop": 1126949827
        },
        {
            "start": 1126949829,
            "stop": 1126949991
        },
        {
            "start": 1126949994,
            "stop": 1126950047
        },
        {
            "start": 1126950048,
            "stop": 1126950169
        },
        {
            "start": 1126950171,
            "stop": 1126950456
        },
        {
            "start": 1126950458,
            "stop": 1126950499
        },
        {
            "start": 1126950501,
            "stop": 1126950780
        },
        {
            "start": 1126950784,
            "stop": 1126950836
        },
        {
            "start": 1126950837,
            "stop": 1126950840
        },
        {
            "start": 1126950848,
            "stop": 1126950898
        }
    ]
}