Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=51
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=50",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 51,
    "results": [
        {
            "start": 931204340,
            "stop": 931204356
        },
        {
            "start": 931204358,
            "stop": 931204428
        },
        {
            "start": 931204430,
            "stop": 931204442
        },
        {
            "start": 931204444,
            "stop": 931204521
        },
        {
            "start": 931204523,
            "stop": 931204538
        },
        {
            "start": 931204540,
            "stop": 931204563
        },
        {
            "start": 931204565,
            "stop": 931204582
        },
        {
            "start": 931204584,
            "stop": 931204615
        },
        {
            "start": 931204616,
            "stop": 931204623
        },
        {
            "start": 931204625,
            "stop": 931204692
        },
        {
            "start": 931204694,
            "stop": 931204700
        },
        {
            "start": 931204702,
            "stop": 931204708
        },
        {
            "start": 931204710,
            "stop": 931204743
        },
        {
            "start": 931204744,
            "stop": 931204753
        },
        {
            "start": 931204754,
            "stop": 931204772
        },
        {
            "start": 931204774,
            "stop": 931204804
        },
        {
            "start": 931204806,
            "stop": 931204853
        },
        {
            "start": 931204854,
            "stop": 931204921
        },
        {
            "start": 931204922,
            "stop": 931205037
        },
        {
            "start": 931205039,
            "stop": 931205057
        }
    ]
}