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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=441",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=439",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 440,
    "results": [
        {
            "start": 857895337,
            "stop": 857907806
        },
        {
            "start": 857908714,
            "stop": 857917114
        },
        {
            "start": 857918124,
            "stop": 857923185
        },
        {
            "start": 857923187,
            "stop": 857924067
        },
        {
            "start": 857924246,
            "stop": 857927693
        },
        {
            "start": 857927695,
            "stop": 857931247
        },
        {
            "start": 857932774,
            "stop": 857939217
        },
        {
            "start": 857940548,
            "stop": 857945524
        },
        {
            "start": 857947961,
            "stop": 857975510
        },
        {
            "start": 857976339,
            "stop": 857976596
        },
        {
            "start": 857977691,
            "stop": 857978842
        },
        {
            "start": 857978923,
            "stop": 857980227
        },
        {
            "start": 857980281,
            "stop": 857999979
        },
        {
            "start": 858001808,
            "stop": 858007964
        },
        {
            "start": 858009252,
            "stop": 858017238
        },
        {
            "start": 858036138,
            "stop": 858036788
        },
        {
            "start": 858037658,
            "stop": 858041876
        },
        {
            "start": 858045084,
            "stop": 858066543
        },
        {
            "start": 858068162,
            "stop": 858070483
        },
        {
            "start": 858070485,
            "stop": 858086565
        }
    ]
}