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=5216
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=5217",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5215",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5216,
    "results": [
        {
            "start": 1137044971,
            "stop": 1137045058
        },
        {
            "start": 1137045060,
            "stop": 1137045097
        },
        {
            "start": 1137045099,
            "stop": 1137045101
        },
        {
            "start": 1137045103,
            "stop": 1137045120
        },
        {
            "start": 1137045122,
            "stop": 1137045210
        },
        {
            "start": 1137045213,
            "stop": 1137045234
        },
        {
            "start": 1137045235,
            "stop": 1137045245
        },
        {
            "start": 1137045246,
            "stop": 1137045247
        },
        {
            "start": 1137045248,
            "stop": 1137045250
        },
        {
            "start": 1137045252,
            "stop": 1137045292
        },
        {
            "start": 1137045294,
            "stop": 1137045295
        },
        {
            "start": 1137045297,
            "stop": 1137045337
        },
        {
            "start": 1137045339,
            "stop": 1137045355
        },
        {
            "start": 1137045357,
            "stop": 1137045358
        },
        {
            "start": 1137045361,
            "stop": 1137045363
        },
        {
            "start": 1137045364,
            "stop": 1137045366
        },
        {
            "start": 1137045368,
            "stop": 1137045397
        },
        {
            "start": 1137045399,
            "stop": 1137045414
        },
        {
            "start": 1137045418,
            "stop": 1137045443
        },
        {
            "start": 1137045445,
            "stop": 1137045461
        }
    ]
}