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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46763",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46764,
    "results": [
        {
            "start": 875089749,
            "stop": 875089757
        },
        {
            "start": 875089758,
            "stop": 875089763
        },
        {
            "start": 875089764,
            "stop": 875089765
        },
        {
            "start": 875089766,
            "stop": 875089793
        },
        {
            "start": 875089794,
            "stop": 875089807
        },
        {
            "start": 875089808,
            "stop": 875089812
        },
        {
            "start": 875089813,
            "stop": 875089854
        },
        {
            "start": 875089856,
            "stop": 875089883
        },
        {
            "start": 875089885,
            "stop": 875089896
        },
        {
            "start": 875089897,
            "stop": 875089917
        },
        {
            "start": 875089918,
            "stop": 875089925
        },
        {
            "start": 875089926,
            "stop": 875089973
        },
        {
            "start": 875089974,
            "stop": 875089990
        },
        {
            "start": 875089991,
            "stop": 875089992
        },
        {
            "start": 875089996,
            "stop": 875090035
        },
        {
            "start": 875090036,
            "stop": 875090043
        },
        {
            "start": 875090044,
            "stop": 875090052
        },
        {
            "start": 875090054,
            "stop": 875090075
        },
        {
            "start": 875090076,
            "stop": 875090118
        },
        {
            "start": 875090119,
            "stop": 875090149
        }
    ]
}