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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=12",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 13,
    "results": [
        {
            "start": 1126126222,
            "stop": 1126126613
        },
        {
            "start": 1126126615,
            "stop": 1126126832
        },
        {
            "start": 1126139205,
            "stop": 1126139266
        },
        {
            "start": 1126149058,
            "stop": 1126149206
        },
        {
            "start": 1126149208,
            "stop": 1126149352
        },
        {
            "start": 1126149354,
            "stop": 1126149518
        },
        {
            "start": 1126149522,
            "stop": 1126149564
        },
        {
            "start": 1126149567,
            "stop": 1126149589
        },
        {
            "start": 1126149590,
            "stop": 1126149612
        },
        {
            "start": 1126149615,
            "stop": 1126149655
        },
        {
            "start": 1126149657,
            "stop": 1126149762
        },
        {
            "start": 1126149765,
            "stop": 1126149889
        },
        {
            "start": 1126149891,
            "stop": 1126149919
        },
        {
            "start": 1126149921,
            "stop": 1126149943
        },
        {
            "start": 1126149944,
            "stop": 1126149993
        },
        {
            "start": 1126149999,
            "stop": 1126150324
        },
        {
            "start": 1126150325,
            "stop": 1126150740
        },
        {
            "start": 1126150741,
            "stop": 1126150767
        },
        {
            "start": 1126150774,
            "stop": 1126151118
        },
        {
            "start": 1126151120,
            "stop": 1126151473
        }
    ]
}