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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=153",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=151",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 152,
    "results": [
        {
            "start": 818729434,
            "stop": 818729465
        },
        {
            "start": 818729481,
            "stop": 818729507
        },
        {
            "start": 818729515,
            "stop": 818729596
        },
        {
            "start": 818729610,
            "stop": 818729622
        },
        {
            "start": 818729630,
            "stop": 818729661
        },
        {
            "start": 818729683,
            "stop": 818729686
        },
        {
            "start": 818729694,
            "stop": 818729706
        },
        {
            "start": 818729714,
            "stop": 818729728
        },
        {
            "start": 818729743,
            "stop": 818729765
        },
        {
            "start": 818729777,
            "stop": 818729778
        },
        {
            "start": 818729790,
            "stop": 818729841
        },
        {
            "start": 818729880,
            "stop": 818729894
        },
        {
            "start": 818729902,
            "stop": 818729906
        },
        {
            "start": 818730013,
            "stop": 818730018
        },
        {
            "start": 818730058,
            "stop": 818730059
        },
        {
            "start": 818730094,
            "stop": 818730097
        },
        {
            "start": 818730139,
            "stop": 818730151
        },
        {
            "start": 818730206,
            "stop": 818730211
        },
        {
            "start": 818730275,
            "stop": 818730289
        },
        {
            "start": 818730445,
            "stop": 818730447
        }
    ]
}