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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=187",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 188,
    "results": [
        {
            "start": 818206531,
            "stop": 818206532
        },
        {
            "start": 818206542,
            "stop": 818206549
        },
        {
            "start": 818206554,
            "stop": 818206559
        },
        {
            "start": 818206565,
            "stop": 818206566
        },
        {
            "start": 818206581,
            "stop": 818206585
        },
        {
            "start": 818206591,
            "stop": 818206594
        },
        {
            "start": 818206597,
            "stop": 818206604
        },
        {
            "start": 818206614,
            "stop": 818206619
        },
        {
            "start": 818206622,
            "stop": 818206624
        },
        {
            "start": 818206627,
            "stop": 818206638
        },
        {
            "start": 818206654,
            "stop": 818206657
        },
        {
            "start": 818206660,
            "stop": 818206663
        },
        {
            "start": 818206672,
            "stop": 818206678
        },
        {
            "start": 818206688,
            "stop": 818206689
        },
        {
            "start": 818206693,
            "stop": 818206694
        },
        {
            "start": 818206697,
            "stop": 818206701
        },
        {
            "start": 818206720,
            "stop": 818206721
        },
        {
            "start": 818206751,
            "stop": 818206753
        },
        {
            "start": 818206760,
            "stop": 818206764
        },
        {
            "start": 818206775,
            "stop": 818206777
        }
    ]
}