Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=188
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=187",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 188,
    "results": [
        {
            "start": 1176949583,
            "stop": 1176949597
        },
        {
            "start": 1176949602,
            "stop": 1176949653
        },
        {
            "start": 1176949656,
            "stop": 1176949706
        },
        {
            "start": 1176949710,
            "stop": 1176949724
        },
        {
            "start": 1176949729,
            "stop": 1176949732
        },
        {
            "start": 1176949734,
            "stop": 1176949746
        },
        {
            "start": 1176949750,
            "stop": 1176949751
        },
        {
            "start": 1176949752,
            "stop": 1176949755
        },
        {
            "start": 1176949761,
            "stop": 1176949772
        },
        {
            "start": 1176949775,
            "stop": 1176949777
        },
        {
            "start": 1176949782,
            "stop": 1176949806
        },
        {
            "start": 1176949810,
            "stop": 1176949874
        },
        {
            "start": 1176949878,
            "stop": 1176949926
        },
        {
            "start": 1176949928,
            "stop": 1176949939
        },
        {
            "start": 1176949940,
            "stop": 1176950082
        },
        {
            "start": 1176950083,
            "stop": 1176950184
        },
        {
            "start": 1176950188,
            "stop": 1176950237
        },
        {
            "start": 1176950238,
            "stop": 1176950264
        },
        {
            "start": 1176950270,
            "stop": 1176950271
        },
        {
            "start": 1176950276,
            "stop": 1176950278
        }
    ]
}