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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14674",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14672",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14673,
    "results": [
        {
            "start": 971168659,
            "stop": 971168660
        },
        {
            "start": 971168665,
            "stop": 971168670
        },
        {
            "start": 971168671,
            "stop": 971168672
        },
        {
            "start": 971168673,
            "stop": 971168677
        },
        {
            "start": 971168678,
            "stop": 971168688
        },
        {
            "start": 971168691,
            "stop": 971168694
        },
        {
            "start": 971168697,
            "stop": 971168700
        },
        {
            "start": 971168701,
            "stop": 971168711
        },
        {
            "start": 971168712,
            "stop": 971168716
        },
        {
            "start": 971168718,
            "stop": 971168719
        },
        {
            "start": 971168721,
            "stop": 971168725
        },
        {
            "start": 971168741,
            "stop": 971168742
        },
        {
            "start": 971168744,
            "stop": 971168748
        },
        {
            "start": 971168749,
            "stop": 971168750
        },
        {
            "start": 971168751,
            "stop": 971168754
        },
        {
            "start": 971168758,
            "stop": 971168759
        },
        {
            "start": 971168760,
            "stop": 971168761
        },
        {
            "start": 971168763,
            "stop": 971168765
        },
        {
            "start": 971168767,
            "stop": 971168770
        },
        {
            "start": 971168774,
            "stop": 971168777
        }
    ]
}