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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6035",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6036,
    "results": [
        {
            "start": 873674334,
            "stop": 873674365
        },
        {
            "start": 873674366,
            "stop": 873674404
        },
        {
            "start": 873674405,
            "stop": 873674455
        },
        {
            "start": 873674456,
            "stop": 873674503
        },
        {
            "start": 873674504,
            "stop": 873674566
        },
        {
            "start": 873674568,
            "stop": 873674618
        },
        {
            "start": 873674620,
            "stop": 873674762
        },
        {
            "start": 873674763,
            "stop": 873674819
        },
        {
            "start": 873674821,
            "stop": 873674868
        },
        {
            "start": 873674870,
            "stop": 873674889
        },
        {
            "start": 873674890,
            "stop": 873674978
        },
        {
            "start": 873674980,
            "stop": 873675017
        },
        {
            "start": 873675018,
            "stop": 873675065
        },
        {
            "start": 873675066,
            "stop": 873675155
        },
        {
            "start": 873675156,
            "stop": 873675176
        },
        {
            "start": 873675259,
            "stop": 873675273
        },
        {
            "start": 873675275,
            "stop": 873675429
        },
        {
            "start": 873675431,
            "stop": 873675440
        },
        {
            "start": 873675441,
            "stop": 873675495
        },
        {
            "start": 873675497,
            "stop": 873675544
        }
    ]
}