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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=18",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 19,
    "results": [
        {
            "start": 1126254953,
            "stop": 1126255252
        },
        {
            "start": 1126255254,
            "stop": 1126255590
        },
        {
            "start": 1126255591,
            "stop": 1126255833
        },
        {
            "start": 1126255835,
            "stop": 1126255939
        },
        {
            "start": 1126255940,
            "stop": 1126255992
        },
        {
            "start": 1126255993,
            "stop": 1126256310
        },
        {
            "start": 1126256311,
            "stop": 1126256638
        },
        {
            "start": 1126256645,
            "stop": 1126256652
        },
        {
            "start": 1126256653,
            "stop": 1126256765
        },
        {
            "start": 1126256766,
            "stop": 1126256969
        },
        {
            "start": 1126256971,
            "stop": 1126257260
        },
        {
            "start": 1126257261,
            "stop": 1126257592
        },
        {
            "start": 1126257593,
            "stop": 1126257848
        },
        {
            "start": 1126257849,
            "stop": 1126257946
        },
        {
            "start": 1126257948,
            "stop": 1126257997
        },
        {
            "start": 1126257998,
            "stop": 1126258070
        },
        {
            "start": 1126258072,
            "stop": 1126258291
        },
        {
            "start": 1126258293,
            "stop": 1126258649
        },
        {
            "start": 1126258650,
            "stop": 1126259020
        },
        {
            "start": 1126259021,
            "stop": 1126259351
        }
    ]
}