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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=71",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 72,
    "results": [
        {
            "start": 1126533422,
            "stop": 1126533423
        },
        {
            "start": 1126533424,
            "stop": 1126533433
        },
        {
            "start": 1126533435,
            "stop": 1126533485
        },
        {
            "start": 1126533487,
            "stop": 1126533505
        },
        {
            "start": 1126533508,
            "stop": 1126533552
        },
        {
            "start": 1126533553,
            "stop": 1126533564
        },
        {
            "start": 1126533565,
            "stop": 1126533580
        },
        {
            "start": 1126533581,
            "stop": 1126533608
        },
        {
            "start": 1126533610,
            "stop": 1126533617
        },
        {
            "start": 1126533619,
            "stop": 1126533787
        },
        {
            "start": 1126533789,
            "stop": 1126533793
        },
        {
            "start": 1126533797,
            "stop": 1126533892
        },
        {
            "start": 1126533893,
            "stop": 1126534225
        },
        {
            "start": 1126534226,
            "stop": 1126534300
        },
        {
            "start": 1126534302,
            "stop": 1126534333
        },
        {
            "start": 1126534334,
            "stop": 1126534535
        },
        {
            "start": 1126534537,
            "stop": 1126534554
        },
        {
            "start": 1126534555,
            "stop": 1126534624
        },
        {
            "start": 1126534626,
            "stop": 1126534629
        },
        {
            "start": 1126534631,
            "stop": 1126534701
        }
    ]
}