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_BURST_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_BURST_CAT1/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT1/segments?format=api&page=10",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 11,
    "results": [
        {
            "start": 932465621,
            "stop": 932466354
        },
        {
            "start": 932472525,
            "stop": 932473706
        },
        {
            "start": 932474562,
            "stop": 932477233
        },
        {
            "start": 932480179,
            "stop": 932484203
        },
        {
            "start": 932485199,
            "stop": 932485200
        },
        {
            "start": 932485282,
            "stop": 932485960
        },
        {
            "start": 932487529,
            "stop": 932505129
        },
        {
            "start": 932508926,
            "stop": 932511414
        },
        {
            "start": 932511886,
            "stop": 932522946
        },
        {
            "start": 932532745,
            "stop": 932560449
        },
        {
            "start": 932565587,
            "stop": 932576047
        },
        {
            "start": 932580240,
            "stop": 932587153
        },
        {
            "start": 932588003,
            "stop": 932612085
        },
        {
            "start": 932615516,
            "stop": 932618850
        },
        {
            "start": 932619518,
            "stop": 932626395
        },
        {
            "start": 932627803,
            "stop": 932645383
        },
        {
            "start": 932649633,
            "stop": 932662229
        },
        {
            "start": 932665583,
            "stop": 932665738
        },
        {
            "start": 932668359,
            "stop": 932679727
        },
        {
            "start": 932694881,
            "stop": 932722533
        }
    ]
}