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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=81",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 82,
    "results": [
        {
            "start": 944456837,
            "stop": 944465059
        },
        {
            "start": 944468039,
            "stop": 944474683
        },
        {
            "start": 944478280,
            "stop": 944493861
        },
        {
            "start": 944496027,
            "stop": 944497292
        },
        {
            "start": 944500631,
            "stop": 944502104
        },
        {
            "start": 944505477,
            "stop": 944508821
        },
        {
            "start": 944536113,
            "stop": 944538750
        },
        {
            "start": 944539836,
            "stop": 944544965
        },
        {
            "start": 944551614,
            "stop": 944570671
        },
        {
            "start": 944573186,
            "stop": 944580042
        },
        {
            "start": 944581447,
            "stop": 944582437
        },
        {
            "start": 944583263,
            "stop": 944585625
        },
        {
            "start": 944591884,
            "stop": 944592520
        },
        {
            "start": 944592597,
            "stop": 944593198
        },
        {
            "start": 944597320,
            "stop": 944599069
        },
        {
            "start": 944601277,
            "stop": 944602253
        },
        {
            "start": 944606252,
            "stop": 944609170
        },
        {
            "start": 944611461,
            "stop": 944616273
        },
        {
            "start": 944620780,
            "stop": 944646883
        },
        {
            "start": 944657576,
            "stop": 944672104
        }
    ]
}