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=67
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=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=66",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 67,
    "results": [
        {
            "start": 941724832,
            "stop": 941734911
        },
        {
            "start": 941738578,
            "stop": 941749191
        },
        {
            "start": 941754198,
            "stop": 941757020
        },
        {
            "start": 941764675,
            "stop": 941799287
        },
        {
            "start": 941805858,
            "stop": 941815281
        },
        {
            "start": 941817296,
            "stop": 941819328
        },
        {
            "start": 941837459,
            "stop": 941839129
        },
        {
            "start": 941842909,
            "stop": 941854067
        },
        {
            "start": 941861494,
            "stop": 941873473
        },
        {
            "start": 941881500,
            "stop": 941892102
        },
        {
            "start": 941897154,
            "stop": 941898926
        },
        {
            "start": 941900441,
            "stop": 941904266
        },
        {
            "start": 941938842,
            "stop": 941946816
        },
        {
            "start": 941946818,
            "stop": 941955974
        },
        {
            "start": 941955975,
            "stop": 941958795
        },
        {
            "start": 941958796,
            "stop": 941958908
        },
        {
            "start": 941958910,
            "stop": 941959330
        },
        {
            "start": 941959331,
            "stop": 941959660
        },
        {
            "start": 942139555,
            "stop": 942155423
        },
        {
            "start": 942156313,
            "stop": 942158834
        }
    ]
}