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=115
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=116",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=114",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 115,
    "results": [
        {
            "start": 1239861673,
            "stop": 1239861791
        },
        {
            "start": 1239861793,
            "stop": 1239861911
        },
        {
            "start": 1239861913,
            "stop": 1239862011
        },
        {
            "start": 1239862013,
            "stop": 1239862151
        },
        {
            "start": 1239862153,
            "stop": 1239862271
        },
        {
            "start": 1239862273,
            "stop": 1239862391
        },
        {
            "start": 1239862393,
            "stop": 1239862511
        },
        {
            "start": 1239862513,
            "stop": 1239862631
        },
        {
            "start": 1239862633,
            "stop": 1239862751
        },
        {
            "start": 1239862753,
            "stop": 1239862777
        },
        {
            "start": 1239862778,
            "stop": 1239862871
        },
        {
            "start": 1239862873,
            "stop": 1239862991
        },
        {
            "start": 1239862993,
            "stop": 1239863091
        },
        {
            "start": 1239863093,
            "stop": 1239863231
        },
        {
            "start": 1239863233,
            "stop": 1239863351
        },
        {
            "start": 1239863353,
            "stop": 1239863471
        },
        {
            "start": 1239863473,
            "stop": 1239863591
        },
        {
            "start": 1239863593,
            "stop": 1239863711
        },
        {
            "start": 1239863713,
            "stop": 1239863831
        },
        {
            "start": 1239863833,
            "stop": 1239863951
        }
    ]
}