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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14459",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14457",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14458,
    "results": [
        {
            "start": 971561678,
            "stop": 971561679
        },
        {
            "start": 971561682,
            "stop": 971561685
        },
        {
            "start": 971561690,
            "stop": 971561691
        },
        {
            "start": 971561697,
            "stop": 971561698
        },
        {
            "start": 971561703,
            "stop": 971561705
        },
        {
            "start": 971561709,
            "stop": 971561710
        },
        {
            "start": 971561713,
            "stop": 971561715
        },
        {
            "start": 971561716,
            "stop": 971561717
        },
        {
            "start": 971561719,
            "stop": 971561721
        },
        {
            "start": 971561724,
            "stop": 971561728
        },
        {
            "start": 971561740,
            "stop": 971561744
        },
        {
            "start": 971561759,
            "stop": 971561763
        },
        {
            "start": 971561767,
            "stop": 971561769
        },
        {
            "start": 971561773,
            "stop": 971561774
        },
        {
            "start": 971561780,
            "stop": 971561784
        },
        {
            "start": 971561786,
            "stop": 971561790
        },
        {
            "start": 971561791,
            "stop": 971561793
        },
        {
            "start": 971561800,
            "stop": 971561802
        },
        {
            "start": 971561806,
            "stop": 971561807
        },
        {
            "start": 971561812,
            "stop": 971561813
        }
    ]
}