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=194
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=195",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 194,
    "results": [
        {
            "start": 1126819300,
            "stop": 1126819317
        },
        {
            "start": 1126819319,
            "stop": 1126819323
        },
        {
            "start": 1126819325,
            "stop": 1126819340
        },
        {
            "start": 1126819341,
            "stop": 1126819348
        },
        {
            "start": 1126819349,
            "stop": 1126819377
        },
        {
            "start": 1126819378,
            "stop": 1126819379
        },
        {
            "start": 1126819380,
            "stop": 1126819401
        },
        {
            "start": 1126819403,
            "stop": 1126819422
        },
        {
            "start": 1126819423,
            "stop": 1126819431
        },
        {
            "start": 1126819434,
            "stop": 1126819436
        },
        {
            "start": 1126819438,
            "stop": 1126819442
        },
        {
            "start": 1126819444,
            "stop": 1126819463
        },
        {
            "start": 1126819464,
            "stop": 1126819468
        },
        {
            "start": 1126819469,
            "stop": 1126819517
        },
        {
            "start": 1126819577,
            "stop": 1126819589
        },
        {
            "start": 1126819590,
            "stop": 1126819601
        },
        {
            "start": 1126819607,
            "stop": 1126819614
        },
        {
            "start": 1126819615,
            "stop": 1126819617
        },
        {
            "start": 1126819618,
            "stop": 1126819631
        },
        {
            "start": 1126819634,
            "stop": 1126819637
        }
    ]
}