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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=521",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=519",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 520,
    "results": [
        {
            "start": 827112311,
            "stop": 827112384
        },
        {
            "start": 827112387,
            "stop": 827112519
        },
        {
            "start": 827112541,
            "stop": 827112569
        },
        {
            "start": 827112591,
            "stop": 827112733
        },
        {
            "start": 827112737,
            "stop": 827112851
        },
        {
            "start": 827112857,
            "stop": 827113334
        },
        {
            "start": 827113342,
            "stop": 827113406
        },
        {
            "start": 827113409,
            "stop": 827113412
        },
        {
            "start": 827113415,
            "stop": 827113520
        },
        {
            "start": 827113523,
            "stop": 827113595
        },
        {
            "start": 827113598,
            "stop": 827113602
        },
        {
            "start": 827113639,
            "stop": 827113651
        },
        {
            "start": 827113670,
            "stop": 827113673
        },
        {
            "start": 827113692,
            "stop": 827113955
        },
        {
            "start": 827113959,
            "stop": 827114555
        },
        {
            "start": 827114574,
            "stop": 827114734
        },
        {
            "start": 827114738,
            "stop": 827114754
        },
        {
            "start": 827114757,
            "stop": 827114909
        },
        {
            "start": 827114926,
            "stop": 827115068
        },
        {
            "start": 827115072,
            "stop": 827115330
        }
    ]
}