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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=10",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 11,
    "results": [
        {
            "start": 932474562,
            "stop": 932477233
        },
        {
            "start": 932480179,
            "stop": 932484203
        },
        {
            "start": 932485199,
            "stop": 932485200
        },
        {
            "start": 932485282,
            "stop": 932485855
        },
        {
            "start": 932487529,
            "stop": 932505024
        },
        {
            "start": 932508926,
            "stop": 932511414
        },
        {
            "start": 932511886,
            "stop": 932522841
        },
        {
            "start": 932532745,
            "stop": 932560344
        },
        {
            "start": 932565587,
            "stop": 932575942
        },
        {
            "start": 932580240,
            "stop": 932587153
        },
        {
            "start": 932588003,
            "stop": 932611980
        },
        {
            "start": 932615516,
            "stop": 932618850
        },
        {
            "start": 932619518,
            "stop": 932626290
        },
        {
            "start": 932627803,
            "stop": 932645278
        },
        {
            "start": 932649633,
            "stop": 932662124
        },
        {
            "start": 932665583,
            "stop": 932665738
        },
        {
            "start": 932668359,
            "stop": 932679622
        },
        {
            "start": 932694881,
            "stop": 932722428
        },
        {
            "start": 932724942,
            "stop": 932729891
        },
        {
            "start": 932745030,
            "stop": 932747694
        }
    ]
}