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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=112",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=110",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 111,
    "results": [
        {
            "start": 1239852193,
            "stop": 1239852312
        },
        {
            "start": 1239852313,
            "stop": 1239852432
        },
        {
            "start": 1239852433,
            "stop": 1239852532
        },
        {
            "start": 1239852533,
            "stop": 1239852672
        },
        {
            "start": 1239852673,
            "stop": 1239852792
        },
        {
            "start": 1239852793,
            "stop": 1239852912
        },
        {
            "start": 1239852913,
            "stop": 1239853032
        },
        {
            "start": 1239853033,
            "stop": 1239853152
        },
        {
            "start": 1239853153,
            "stop": 1239853272
        },
        {
            "start": 1239853273,
            "stop": 1239853392
        },
        {
            "start": 1239853393,
            "stop": 1239853512
        },
        {
            "start": 1239853513,
            "stop": 1239853632
        },
        {
            "start": 1239853633,
            "stop": 1239853670
        },
        {
            "start": 1239853672,
            "stop": 1239853752
        },
        {
            "start": 1239853753,
            "stop": 1239853872
        },
        {
            "start": 1239853873,
            "stop": 1239853992
        },
        {
            "start": 1239853993,
            "stop": 1239854112
        },
        {
            "start": 1239854113,
            "stop": 1239854232
        },
        {
            "start": 1239854233,
            "stop": 1239854352
        },
        {
            "start": 1239854353,
            "stop": 1239854472
        }
    ]
}