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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=82",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 83,
    "results": [
        {
            "start": 1238490171,
            "stop": 1238490208
        },
        {
            "start": 1238490210,
            "stop": 1238490357
        },
        {
            "start": 1238490358,
            "stop": 1238490555
        },
        {
            "start": 1238490556,
            "stop": 1238490657
        },
        {
            "start": 1238490659,
            "stop": 1238490911
        },
        {
            "start": 1238490913,
            "stop": 1238491191
        },
        {
            "start": 1238491193,
            "stop": 1238491261
        },
        {
            "start": 1238491263,
            "stop": 1238491818
        },
        {
            "start": 1238491820,
            "stop": 1238491994
        },
        {
            "start": 1238491996,
            "stop": 1238492184
        },
        {
            "start": 1238492185,
            "stop": 1238492229
        },
        {
            "start": 1238500421,
            "stop": 1238501227
        },
        {
            "start": 1238501229,
            "stop": 1238501360
        },
        {
            "start": 1238501361,
            "stop": 1238501394
        },
        {
            "start": 1238501396,
            "stop": 1238502135
        },
        {
            "start": 1238502136,
            "stop": 1238502257
        },
        {
            "start": 1238502258,
            "stop": 1238502361
        },
        {
            "start": 1238502363,
            "stop": 1238502391
        },
        {
            "start": 1238502392,
            "stop": 1238502843
        },
        {
            "start": 1238502844,
            "stop": 1238504069
        }
    ]
}