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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5894",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5892",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5893,
    "results": [
        {
            "start": 875063680,
            "stop": 875063996
        },
        {
            "start": 875063999,
            "stop": 875064186
        },
        {
            "start": 875064189,
            "stop": 875064639
        },
        {
            "start": 875064642,
            "stop": 875064690
        },
        {
            "start": 875064693,
            "stop": 875066258
        },
        {
            "start": 875066261,
            "stop": 875068567
        },
        {
            "start": 875068570,
            "stop": 875069451
        },
        {
            "start": 875069454,
            "stop": 875069543
        },
        {
            "start": 875069546,
            "stop": 875071120
        },
        {
            "start": 875071123,
            "stop": 875073093
        },
        {
            "start": 875073096,
            "stop": 875074796
        },
        {
            "start": 875074799,
            "stop": 875075493
        },
        {
            "start": 875075496,
            "stop": 875075836
        },
        {
            "start": 875075840,
            "stop": 875075848
        },
        {
            "start": 875077151,
            "stop": 875078756
        },
        {
            "start": 875078759,
            "stop": 875079148
        },
        {
            "start": 875079152,
            "stop": 875079513
        },
        {
            "start": 875079516,
            "stop": 875079663
        },
        {
            "start": 875079667,
            "stop": 875079834
        },
        {
            "start": 875079837,
            "stop": 875080164
        }
    ]
}