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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=137",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 138,
    "results": [
        {
            "start": 834780222,
            "stop": 834780246
        },
        {
            "start": 834780356,
            "stop": 834780746
        },
        {
            "start": 834781046,
            "stop": 834781866
        },
        {
            "start": 834783768,
            "stop": 834787764
        },
        {
            "start": 834788996,
            "stop": 834795629
        },
        {
            "start": 834796851,
            "stop": 834796903
        },
        {
            "start": 834797203,
            "stop": 834797285
        },
        {
            "start": 834798068,
            "stop": 834798101
        },
        {
            "start": 834798296,
            "stop": 834798849
        },
        {
            "start": 834799149,
            "stop": 834800219
        },
        {
            "start": 834800329,
            "stop": 834800996
        },
        {
            "start": 834801230,
            "stop": 834801889
        },
        {
            "start": 834810552,
            "stop": 834811191
        },
        {
            "start": 834811276,
            "stop": 834811536
        },
        {
            "start": 834811646,
            "stop": 834811830
        },
        {
            "start": 834812130,
            "stop": 834833047
        },
        {
            "start": 834836382,
            "stop": 834839792
        },
        {
            "start": 834840193,
            "stop": 834841011
        },
        {
            "start": 834842567,
            "stop": 834844462
        },
        {
            "start": 834845499,
            "stop": 834846542
        }
    ]
}