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_CAT2/segments?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 1,
    "results": [
        {
            "start": 1126073529,
            "stop": 1126075221
        },
        {
            "start": 1126075229,
            "stop": 1126076279
        },
        {
            "start": 1126076286,
            "stop": 1126076396
        },
        {
            "start": 1126076397,
            "stop": 1126080536
        },
        {
            "start": 1126080544,
            "stop": 1126080978
        },
        {
            "start": 1126080985,
            "stop": 1126083517
        },
        {
            "start": 1126083525,
            "stop": 1126084536
        },
        {
            "start": 1126084543,
            "stop": 1126089768
        },
        {
            "start": 1126089776,
            "stop": 1126101701
        },
        {
            "start": 1126101708,
            "stop": 1126104538
        },
        {
            "start": 1126104539,
            "stop": 1126107272
        },
        {
            "start": 1126107279,
            "stop": 1126114861
        },
        {
            "start": 1126121462,
            "stop": 1126123267
        },
        {
            "start": 1126123553,
            "stop": 1126126832
        },
        {
            "start": 1126139205,
            "stop": 1126139266
        },
        {
            "start": 1126149058,
            "stop": 1126150767
        },
        {
            "start": 1126150774,
            "stop": 1126155336
        },
        {
            "start": 1126155799,
            "stop": 1126157367
        },
        {
            "start": 1126157374,
            "stop": 1126160797
        },
        {
            "start": 1126160804,
            "stop": 1126162097
        }
    ]
}