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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=157",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 158,
    "results": [
        {
            "start": 1177447427,
            "stop": 1177447469
        },
        {
            "start": 1177447470,
            "stop": 1177447506
        },
        {
            "start": 1177447510,
            "stop": 1177447512
        },
        {
            "start": 1177447518,
            "stop": 1177447519
        },
        {
            "start": 1177520517,
            "stop": 1177520707
        },
        {
            "start": 1177520710,
            "stop": 1177520716
        },
        {
            "start": 1177520720,
            "stop": 1177520793
        },
        {
            "start": 1177520794,
            "stop": 1177520802
        },
        {
            "start": 1177520806,
            "stop": 1177521099
        },
        {
            "start": 1177521100,
            "stop": 1177521158
        },
        {
            "start": 1177521162,
            "stop": 1177521240
        },
        {
            "start": 1177521241,
            "stop": 1177521344
        },
        {
            "start": 1177521345,
            "stop": 1177521353
        },
        {
            "start": 1177521355,
            "stop": 1177521588
        },
        {
            "start": 1177521591,
            "stop": 1177522113
        },
        {
            "start": 1177522116,
            "stop": 1177522331
        },
        {
            "start": 1177522333,
            "stop": 1177522521
        },
        {
            "start": 1177522524,
            "stop": 1177522531
        },
        {
            "start": 1177522532,
            "stop": 1177522567
        },
        {
            "start": 1177522569,
            "stop": 1177522592
        }
    ]
}