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&page=38
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=39",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=37",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 38,
    "results": [
        {
            "start": 1172619603,
            "stop": 1172631168
        },
        {
            "start": 1172631169,
            "stop": 1172632963
        },
        {
            "start": 1172632964,
            "stop": 1172632971
        },
        {
            "start": 1172632972,
            "stop": 1172634627
        },
        {
            "start": 1172634648,
            "stop": 1172634662
        },
        {
            "start": 1172634666,
            "stop": 1172634681
        },
        {
            "start": 1172634684,
            "stop": 1172634698
        },
        {
            "start": 1172634704,
            "stop": 1172638901
        },
        {
            "start": 1172642752,
            "stop": 1172643341
        },
        {
            "start": 1172644109,
            "stop": 1172646841
        },
        {
            "start": 1172646843,
            "stop": 1172646844
        },
        {
            "start": 1172646845,
            "stop": 1172646846
        },
        {
            "start": 1172646847,
            "stop": 1172661670
        },
        {
            "start": 1172661673,
            "stop": 1172661942
        },
        {
            "start": 1172661943,
            "stop": 1172690639
        },
        {
            "start": 1172690640,
            "stop": 1172690777
        },
        {
            "start": 1172690778,
            "stop": 1172690788
        },
        {
            "start": 1172690789,
            "stop": 1172693041
        },
        {
            "start": 1172693042,
            "stop": 1172694767
        },
        {
            "start": 1172694768,
            "stop": 1172701776
        }
    ]
}