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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=65",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 66,
    "results": [
        {
            "start": 941720134,
            "stop": 941720857
        },
        {
            "start": 941720862,
            "stop": 941720885
        },
        {
            "start": 941720888,
            "stop": 941720982
        },
        {
            "start": 941721004,
            "stop": 941721005
        },
        {
            "start": 941721010,
            "stop": 941721015
        },
        {
            "start": 941721018,
            "stop": 941721094
        },
        {
            "start": 941721103,
            "stop": 941721104
        },
        {
            "start": 941721130,
            "stop": 941721135
        },
        {
            "start": 941721141,
            "stop": 941721151
        },
        {
            "start": 941721155,
            "stop": 941721231
        },
        {
            "start": 941721234,
            "stop": 941721268
        },
        {
            "start": 941721273,
            "stop": 941721274
        },
        {
            "start": 941721277,
            "stop": 941721281
        },
        {
            "start": 941721284,
            "stop": 941721295
        },
        {
            "start": 941721301,
            "stop": 941721302
        },
        {
            "start": 941721305,
            "stop": 941721309
        },
        {
            "start": 941721319,
            "stop": 941721655
        },
        {
            "start": 941721659,
            "stop": 941724689
        },
        {
            "start": 941724693,
            "stop": 941724696
        },
        {
            "start": 941724711,
            "stop": 941724824
        }
    ]
}