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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_CBC_CAT1/segments?format=api&page=45",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 46,
    "results": [
        {
            "start": 1264504926,
            "stop": 1264515437
        },
        {
            "start": 1264517361,
            "stop": 1264523811
        },
        {
            "start": 1264523975,
            "stop": 1264554499
        },
        {
            "start": 1264554643,
            "stop": 1264628955
        },
        {
            "start": 1264628963,
            "stop": 1264672436
        },
        {
            "start": 1264672481,
            "stop": 1264701000
        },
        {
            "start": 1264701055,
            "stop": 1264761309
        },
        {
            "start": 1264761452,
            "stop": 1264761454
        },
        {
            "start": 1264763492,
            "stop": 1264763494
        },
        {
            "start": 1264763969,
            "stop": 1264775895
        },
        {
            "start": 1264776588,
            "stop": 1264776590
        },
        {
            "start": 1264777689,
            "stop": 1264777691
        },
        {
            "start": 1264787820,
            "stop": 1264825032
        },
        {
            "start": 1264828653,
            "stop": 1264831411
        },
        {
            "start": 1264834058,
            "stop": 1264834120
        },
        {
            "start": 1264834140,
            "stop": 1264834790
        },
        {
            "start": 1264872588,
            "stop": 1264873760
        },
        {
            "start": 1264876654,
            "stop": 1264877289
        },
        {
            "start": 1264879690,
            "stop": 1264905809
        },
        {
            "start": 1264911124,
            "stop": 1264914968
        }
    ]
}