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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=81",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 82,
    "results": [
        {
            "start": 1374914986,
            "stop": 1374919018
        },
        {
            "start": 1374919023,
            "stop": 1374919856
        },
        {
            "start": 1374919861,
            "stop": 1374926283
        },
        {
            "start": 1374926288,
            "stop": 1374926740
        },
        {
            "start": 1374926745,
            "stop": 1374927487
        },
        {
            "start": 1374927492,
            "stop": 1374932517
        },
        {
            "start": 1374932522,
            "stop": 1374934889
        },
        {
            "start": 1374935983,
            "stop": 1374936316
        },
        {
            "start": 1374962554,
            "stop": 1374963114
        },
        {
            "start": 1374963379,
            "stop": 1374968209
        },
        {
            "start": 1374968214,
            "stop": 1374969813
        },
        {
            "start": 1374973090,
            "stop": 1374975319
        },
        {
            "start": 1374975322,
            "stop": 1374979371
        },
        {
            "start": 1374979376,
            "stop": 1374979565
        },
        {
            "start": 1374979568,
            "stop": 1374984587
        },
        {
            "start": 1374984590,
            "stop": 1374989978
        },
        {
            "start": 1374989983,
            "stop": 1374992237
        },
        {
            "start": 1374992281,
            "stop": 1374993286
        },
        {
            "start": 1375000387,
            "stop": 1375001014
        },
        {
            "start": 1375001017,
            "stop": 1375002846
        }
    ]
}