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=6242
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=6243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6241",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6242,
    "results": [
        {
            "start": 874865697,
            "stop": 874865702
        },
        {
            "start": 874865703,
            "stop": 874865723
        },
        {
            "start": 874865724,
            "stop": 874865729
        },
        {
            "start": 874865730,
            "stop": 874865742
        },
        {
            "start": 874865743,
            "stop": 874865751
        },
        {
            "start": 874865752,
            "stop": 874865756
        },
        {
            "start": 874865758,
            "stop": 874865763
        },
        {
            "start": 874865764,
            "stop": 874865807
        },
        {
            "start": 874865808,
            "stop": 874865878
        },
        {
            "start": 874865879,
            "stop": 874866077
        },
        {
            "start": 874866078,
            "stop": 874866396
        },
        {
            "start": 874866398,
            "stop": 874866749
        },
        {
            "start": 874866750,
            "stop": 874867154
        },
        {
            "start": 874875513,
            "stop": 874875532
        },
        {
            "start": 874875533,
            "stop": 874875741
        },
        {
            "start": 874875742,
            "stop": 874875747
        },
        {
            "start": 874875748,
            "stop": 874875752
        },
        {
            "start": 874875754,
            "stop": 874875901
        },
        {
            "start": 874875903,
            "stop": 874881962
        },
        {
            "start": 874881965,
            "stop": 874881975
        }
    ]
}