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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=37",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=35",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 36,
    "results": [
        {
            "start": 1184103004,
            "stop": 1184107085
        },
        {
            "start": 1184127622,
            "stop": 1184137864
        },
        {
            "start": 1184140201,
            "stop": 1184222699
        },
        {
            "start": 1184225096,
            "stop": 1184243993
        },
        {
            "start": 1184245880,
            "stop": 1184263389
        },
        {
            "start": 1184267244,
            "stop": 1184292942
        },
        {
            "start": 1184296186,
            "stop": 1184326021
        },
        {
            "start": 1184336564,
            "stop": 1184346731
        },
        {
            "start": 1184364324,
            "stop": 1184364904
        },
        {
            "start": 1184365756,
            "stop": 1184370374
        },
        {
            "start": 1184402109,
            "stop": 1184421027
        },
        {
            "start": 1184456811,
            "stop": 1184475182
        },
        {
            "start": 1184479454,
            "stop": 1184528999
        },
        {
            "start": 1184537150,
            "stop": 1184558101
        },
        {
            "start": 1184563528,
            "stop": 1184608562
        },
        {
            "start": 1184610650,
            "stop": 1184612976
        },
        {
            "start": 1184615477,
            "stop": 1184625908
        },
        {
            "start": 1184649127,
            "stop": 1184682939
        },
        {
            "start": 1184687957,
            "stop": 1184688494
        },
        {
            "start": 1184688522,
            "stop": 1184689546
        }
    ]
}