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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=286",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 287,
    "results": [
        {
            "start": 857742777,
            "stop": 857742783
        },
        {
            "start": 857742787,
            "stop": 857742793
        },
        {
            "start": 857742796,
            "stop": 857742807
        },
        {
            "start": 857742816,
            "stop": 857742900
        },
        {
            "start": 857742905,
            "stop": 857742950
        },
        {
            "start": 857742954,
            "stop": 857743006
        },
        {
            "start": 857743612,
            "stop": 857743617
        },
        {
            "start": 857743630,
            "stop": 857743657
        },
        {
            "start": 857743669,
            "stop": 857743688
        },
        {
            "start": 857743696,
            "stop": 857743750
        },
        {
            "start": 857743754,
            "stop": 857746533
        },
        {
            "start": 857746536,
            "stop": 857746585
        },
        {
            "start": 857746598,
            "stop": 857746604
        },
        {
            "start": 857746608,
            "stop": 857746613
        },
        {
            "start": 857746617,
            "stop": 857746632
        },
        {
            "start": 857746636,
            "stop": 857746651
        },
        {
            "start": 857746660,
            "stop": 857746671
        },
        {
            "start": 857746689,
            "stop": 857746695
        },
        {
            "start": 857746698,
            "stop": 857746709
        },
        {
            "start": 857746717,
            "stop": 857746726
        }
    ]
}