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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=155",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 156,
    "results": [
        {
            "start": 1176214806,
            "stop": 1176214807
        },
        {
            "start": 1176214808,
            "stop": 1176214856
        },
        {
            "start": 1176214858,
            "stop": 1176215491
        },
        {
            "start": 1176215500,
            "stop": 1176215502
        },
        {
            "start": 1176215504,
            "stop": 1176215591
        },
        {
            "start": 1176215593,
            "stop": 1176215841
        },
        {
            "start": 1176215843,
            "stop": 1176215848
        },
        {
            "start": 1176215850,
            "stop": 1176216702
        },
        {
            "start": 1176216703,
            "stop": 1176216704
        },
        {
            "start": 1176216705,
            "stop": 1176216736
        },
        {
            "start": 1176216738,
            "stop": 1176216786
        },
        {
            "start": 1176216787,
            "stop": 1176216788
        },
        {
            "start": 1176216789,
            "stop": 1176216937
        },
        {
            "start": 1176216938,
            "stop": 1176216947
        },
        {
            "start": 1176216948,
            "stop": 1176216950
        },
        {
            "start": 1176216952,
            "stop": 1176216964
        },
        {
            "start": 1176216965,
            "stop": 1176216967
        },
        {
            "start": 1176216968,
            "stop": 1176216974
        },
        {
            "start": 1176216975,
            "stop": 1176218439
        },
        {
            "start": 1176218440,
            "stop": 1176227265
        }
    ]
}