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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=26",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 27,
    "results": [
        {
            "start": 934949381,
            "stop": 934949427
        },
        {
            "start": 934949438,
            "stop": 934949518
        },
        {
            "start": 934949524,
            "stop": 934949543
        },
        {
            "start": 934949549,
            "stop": 934949571
        },
        {
            "start": 934949581,
            "stop": 934949648
        },
        {
            "start": 934949654,
            "stop": 934949770
        },
        {
            "start": 934949776,
            "stop": 934949896
        },
        {
            "start": 934949906,
            "stop": 934950063
        },
        {
            "start": 934950079,
            "stop": 934950126
        },
        {
            "start": 934950132,
            "stop": 934950145
        },
        {
            "start": 934950150,
            "stop": 934950169
        },
        {
            "start": 934950175,
            "stop": 934950213
        },
        {
            "start": 934950218,
            "stop": 934950275
        },
        {
            "start": 934950281,
            "stop": 934950532
        },
        {
            "start": 934950538,
            "stop": 934950556
        },
        {
            "start": 934950566,
            "stop": 934950575
        },
        {
            "start": 934950581,
            "stop": 934951666
        },
        {
            "start": 934951681,
            "stop": 934952997
        },
        {
            "start": 934953002,
            "stop": 934953242
        },
        {
            "start": 934953247,
            "stop": 934953252
        }
    ]
}