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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=140",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 141,
    "results": [
        {
            "start": 967851867,
            "stop": 967898195
        },
        {
            "start": 967929119,
            "stop": 967935609
        },
        {
            "start": 967936524,
            "stop": 967944704
        },
        {
            "start": 967946309,
            "stop": 967962066
        },
        {
            "start": 967962577,
            "stop": 967982174
        },
        {
            "start": 967988776,
            "stop": 967998465
        },
        {
            "start": 967999123,
            "stop": 968024633
        },
        {
            "start": 968024819,
            "stop": 968053602
        },
        {
            "start": 968059588,
            "stop": 968065573
        },
        {
            "start": 968067164,
            "stop": 968075337
        },
        {
            "start": 968092571,
            "stop": 968109193
        },
        {
            "start": 968109220,
            "stop": 968114596
        },
        {
            "start": 968261889,
            "stop": 968264704
        },
        {
            "start": 968264896,
            "stop": 968283181
        },
        {
            "start": 968286263,
            "stop": 968336300
        },
        {
            "start": 968339382,
            "stop": 968351271
        },
        {
            "start": 968351974,
            "stop": 968352648
        },
        {
            "start": 968355500,
            "stop": 968362443
        },
        {
            "start": 968362870,
            "stop": 968363810
        },
        {
            "start": 968370887,
            "stop": 968375775
        }
    ]
}