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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14189",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14190,
    "results": [
        {
            "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
        },
        {
            "start": 971168779,
            "stop": 971168780
        },
        {
            "start": 971168784,
            "stop": 971168785
        }
    ]
}