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
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=2",
    "previous": null,
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 1,
    "results": [
        {
            "start": 1126073529,
            "stop": 1126073713
        },
        {
            "start": 1126073715,
            "stop": 1126074082
        },
        {
            "start": 1126074083,
            "stop": 1126074106
        },
        {
            "start": 1126074108,
            "stop": 1126074445
        },
        {
            "start": 1126074446,
            "stop": 1126074707
        },
        {
            "start": 1126074709,
            "stop": 1126074711
        },
        {
            "start": 1126074713,
            "stop": 1126074725
        },
        {
            "start": 1126074727,
            "stop": 1126074730
        },
        {
            "start": 1126074732,
            "stop": 1126074824
        },
        {
            "start": 1126074825,
            "stop": 1126075197
        },
        {
            "start": 1126075198,
            "stop": 1126075221
        },
        {
            "start": 1126075229,
            "stop": 1126075540
        },
        {
            "start": 1126075541,
            "stop": 1126075883
        },
        {
            "start": 1126075884,
            "stop": 1126076200
        },
        {
            "start": 1126076201,
            "stop": 1126076244
        },
        {
            "start": 1126076245,
            "stop": 1126076279
        },
        {
            "start": 1126076286,
            "stop": 1126076396
        },
        {
            "start": 1126076397,
            "stop": 1126076443
        },
        {
            "start": 1126076445,
            "stop": 1126076618
        },
        {
            "start": 1126076619,
            "stop": 1126076954
        }
    ]
}