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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=29",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 30,
    "results": [
        {
            "start": 935557148,
            "stop": 935558710
        },
        {
            "start": 935560001,
            "stop": 935561613
        },
        {
            "start": 935564063,
            "stop": 935570572
        },
        {
            "start": 935572280,
            "stop": 935573222
        },
        {
            "start": 935574302,
            "stop": 935575786
        },
        {
            "start": 935578012,
            "stop": 935586361
        },
        {
            "start": 935589327,
            "stop": 935596686
        },
        {
            "start": 935598275,
            "stop": 935600928
        },
        {
            "start": 935604250,
            "stop": 935608592
        },
        {
            "start": 935609962,
            "stop": 935621952
        },
        {
            "start": 935622144,
            "stop": 935637040
        },
        {
            "start": 935639180,
            "stop": 935652779
        },
        {
            "start": 935657326,
            "stop": 935679713
        },
        {
            "start": 935689166,
            "stop": 935690117
        },
        {
            "start": 935690224,
            "stop": 935692802
        },
        {
            "start": 935694609,
            "stop": 935699996
        },
        {
            "start": 935702502,
            "stop": 935714506
        },
        {
            "start": 935718349,
            "stop": 935722982
        },
        {
            "start": 935726672,
            "stop": 935732730
        },
        {
            "start": 935734795,
            "stop": 935746067
        }
    ]
}