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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=163",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 164,
    "results": [
        {
            "start": 1176480867,
            "stop": 1176481119
        },
        {
            "start": 1176481120,
            "stop": 1176482323
        },
        {
            "start": 1176482327,
            "stop": 1176483056
        },
        {
            "start": 1176483063,
            "stop": 1176483064
        },
        {
            "start": 1176483072,
            "stop": 1176483648
        },
        {
            "start": 1176483656,
            "stop": 1176488337
        },
        {
            "start": 1176488341,
            "stop": 1176488887
        },
        {
            "start": 1176488888,
            "stop": 1176494766
        },
        {
            "start": 1176497738,
            "stop": 1176508911
        },
        {
            "start": 1176508915,
            "stop": 1176509868
        },
        {
            "start": 1176509871,
            "stop": 1176512348
        },
        {
            "start": 1176512352,
            "stop": 1176517605
        },
        {
            "start": 1176517918,
            "stop": 1176521375
        },
        {
            "start": 1176521379,
            "stop": 1176527172
        },
        {
            "start": 1176527174,
            "stop": 1176527263
        },
        {
            "start": 1176527265,
            "stop": 1176539497
        },
        {
            "start": 1176539500,
            "stop": 1176545840
        },
        {
            "start": 1176545842,
            "stop": 1176545933
        },
        {
            "start": 1176545935,
            "stop": 1176546006
        },
        {
            "start": 1176546010,
            "stop": 1176546036
        }
    ]
}