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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=338",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 339,
    "results": [
        {
            "start": 865780921,
            "stop": 865786189
        },
        {
            "start": 865786568,
            "stop": 865792019
        },
        {
            "start": 865792297,
            "stop": 865793426
        },
        {
            "start": 865793648,
            "stop": 865798406
        },
        {
            "start": 865811984,
            "stop": 865817659
        },
        {
            "start": 865817959,
            "stop": 865824650
        },
        {
            "start": 865826652,
            "stop": 865837330
        },
        {
            "start": 865838005,
            "stop": 865859797
        },
        {
            "start": 865860614,
            "stop": 865864191
        },
        {
            "start": 865864862,
            "stop": 865875758
        },
        {
            "start": 865877761,
            "stop": 865877827
        },
        {
            "start": 865877997,
            "stop": 865924616
        },
        {
            "start": 865925214,
            "stop": 865944046
        },
        {
            "start": 865944735,
            "stop": 865946538
        },
        {
            "start": 865946926,
            "stop": 865948770
        },
        {
            "start": 865951092,
            "stop": 865951270
        },
        {
            "start": 865951464,
            "stop": 865952331
        },
        {
            "start": 865953654,
            "stop": 865958013
        },
        {
            "start": 865960134,
            "stop": 865963045
        },
        {
            "start": 866077758,
            "stop": 866098533
        }
    ]
}