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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=373",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 374,
    "results": [
        {
            "start": 825536031,
            "stop": 825536055
        },
        {
            "start": 825536058,
            "stop": 825536061
        },
        {
            "start": 825536064,
            "stop": 825536148
        },
        {
            "start": 825536153,
            "stop": 825536173
        },
        {
            "start": 825536176,
            "stop": 825537393
        },
        {
            "start": 825537396,
            "stop": 825537655
        },
        {
            "start": 825537658,
            "stop": 825539305
        },
        {
            "start": 825539310,
            "stop": 825539895
        },
        {
            "start": 825541382,
            "stop": 825545364
        },
        {
            "start": 825545573,
            "stop": 825545771
        },
        {
            "start": 825547484,
            "stop": 825554920
        },
        {
            "start": 825555920,
            "stop": 825565045
        },
        {
            "start": 825565048,
            "stop": 825574035
        },
        {
            "start": 825574038,
            "stop": 825574039
        },
        {
            "start": 825574042,
            "stop": 825579040
        },
        {
            "start": 825580268,
            "stop": 825580322
        },
        {
            "start": 825588155,
            "stop": 825588275
        },
        {
            "start": 825590102,
            "stop": 825590168
        },
        {
            "start": 825597440,
            "stop": 825598260
        },
        {
            "start": 825598264,
            "stop": 825598941
        }
    ]
}