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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 1,
    "results": [
        {
            "start": 1164559440,
            "stop": 1164559654
        },
        {
            "start": 1164560599,
            "stop": 1164561392
        },
        {
            "start": 1164562093,
            "stop": 1164569775
        },
        {
            "start": 1164569814,
            "stop": 1164574892
        },
        {
            "start": 1164596667,
            "stop": 1164602766
        },
        {
            "start": 1164602771,
            "stop": 1164602794
        },
        {
            "start": 1164602803,
            "stop": 1164602851
        },
        {
            "start": 1164602857,
            "stop": 1164602902
        },
        {
            "start": 1164602908,
            "stop": 1164602909
        },
        {
            "start": 1164602918,
            "stop": 1164602921
        },
        {
            "start": 1164602940,
            "stop": 1164602941
        },
        {
            "start": 1164602946,
            "stop": 1164602947
        },
        {
            "start": 1164602969,
            "stop": 1164602976
        },
        {
            "start": 1164603061,
            "stop": 1164603062
        },
        {
            "start": 1164603150,
            "stop": 1164603151
        },
        {
            "start": 1164664648,
            "stop": 1164665292
        },
        {
            "start": 1164667198,
            "stop": 1164669773
        },
        {
            "start": 1164672969,
            "stop": 1164673502
        },
        {
            "start": 1164673578,
            "stop": 1164674319
        },
        {
            "start": 1164674812,
            "stop": 1164700282
        }
    ]
}