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=14405
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=14406",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14404",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14405,
    "results": [
        {
            "start": 971442534,
            "stop": 971442586
        },
        {
            "start": 971442588,
            "stop": 971442606
        },
        {
            "start": 971442611,
            "stop": 971442644
        },
        {
            "start": 971442646,
            "stop": 971442694
        },
        {
            "start": 971442695,
            "stop": 971442699
        },
        {
            "start": 971442701,
            "stop": 971442718
        },
        {
            "start": 971442721,
            "stop": 971442739
        },
        {
            "start": 971442742,
            "stop": 971442752
        },
        {
            "start": 971442754,
            "stop": 971442757
        },
        {
            "start": 971442758,
            "stop": 971442760
        },
        {
            "start": 971442764,
            "stop": 971442783
        },
        {
            "start": 971442784,
            "stop": 971442817
        },
        {
            "start": 971442819,
            "stop": 971442856
        },
        {
            "start": 971442857,
            "stop": 971442867
        },
        {
            "start": 971442870,
            "stop": 971442880
        },
        {
            "start": 971442882,
            "stop": 971442904
        },
        {
            "start": 971442907,
            "stop": 971442911
        },
        {
            "start": 971442914,
            "stop": 971442923
        },
        {
            "start": 971442926,
            "stop": 971442955
        },
        {
            "start": 971442958,
            "stop": 971442960
        }
    ]
}