Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=9",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 10,
    "results": [
        {
            "start": 1126110015,
            "stop": 1126110402
        },
        {
            "start": 1126110403,
            "stop": 1126110799
        },
        {
            "start": 1126110801,
            "stop": 1126111257
        },
        {
            "start": 1126111258,
            "stop": 1126111348
        },
        {
            "start": 1126111350,
            "stop": 1126111635
        },
        {
            "start": 1126111636,
            "stop": 1126112025
        },
        {
            "start": 1126112026,
            "stop": 1126112445
        },
        {
            "start": 1126112446,
            "stop": 1126112842
        },
        {
            "start": 1126112843,
            "stop": 1126113218
        },
        {
            "start": 1126113220,
            "stop": 1126113229
        },
        {
            "start": 1126113231,
            "stop": 1126113248
        },
        {
            "start": 1126113249,
            "stop": 1126113266
        },
        {
            "start": 1126113267,
            "stop": 1126113345
        },
        {
            "start": 1126113346,
            "stop": 1126113392
        },
        {
            "start": 1126113394,
            "stop": 1126113462
        },
        {
            "start": 1126113464,
            "stop": 1126113473
        },
        {
            "start": 1126113475,
            "stop": 1126113581
        },
        {
            "start": 1126113583,
            "stop": 1126113608
        },
        {
            "start": 1126113610,
            "stop": 1126113714
        },
        {
            "start": 1126113716,
            "stop": 1126113731
        }
    ]
}