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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=285",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 286,
    "results": [
        {
            "start": 1245536044,
            "stop": 1245536143
        },
        {
            "start": 1245536144,
            "stop": 1245536145
        },
        {
            "start": 1245536147,
            "stop": 1245536242
        },
        {
            "start": 1245536248,
            "stop": 1245536425
        },
        {
            "start": 1245536426,
            "stop": 1245536604
        },
        {
            "start": 1245536605,
            "stop": 1245536618
        },
        {
            "start": 1245536619,
            "stop": 1245536851
        },
        {
            "start": 1245536852,
            "stop": 1245536862
        },
        {
            "start": 1245536863,
            "stop": 1245543567
        },
        {
            "start": 1245543569,
            "stop": 1245551888
        },
        {
            "start": 1245569305,
            "stop": 1245579587
        },
        {
            "start": 1245579588,
            "stop": 1245605972
        },
        {
            "start": 1245605973,
            "stop": 1245606292
        },
        {
            "start": 1245606835,
            "stop": 1245606898
        },
        {
            "start": 1245606938,
            "stop": 1245607570
        },
        {
            "start": 1245624239,
            "stop": 1245631528
        },
        {
            "start": 1245631538,
            "stop": 1245640824
        },
        {
            "start": 1245640825,
            "stop": 1245644741
        },
        {
            "start": 1245644742,
            "stop": 1245670207
        },
        {
            "start": 1245670208,
            "stop": 1245671989
        }
    ]
}