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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=292",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 293,
    "results": [
        {
            "start": 969028465,
            "stop": 969028467
        },
        {
            "start": 969028469,
            "stop": 969028565
        },
        {
            "start": 969028568,
            "stop": 969028596
        },
        {
            "start": 969028600,
            "stop": 969028601
        },
        {
            "start": 969028605,
            "stop": 969028874
        },
        {
            "start": 969028878,
            "stop": 969028881
        },
        {
            "start": 969028894,
            "stop": 969028950
        },
        {
            "start": 969028953,
            "stop": 969028954
        },
        {
            "start": 969028958,
            "stop": 969028982
        },
        {
            "start": 969028996,
            "stop": 969029142
        },
        {
            "start": 969029152,
            "stop": 969029169
        },
        {
            "start": 969029172,
            "stop": 969029318
        },
        {
            "start": 969029327,
            "stop": 969029336
        },
        {
            "start": 969029339,
            "stop": 969029341
        },
        {
            "start": 969029343,
            "stop": 969029345
        },
        {
            "start": 969029349,
            "stop": 969029350
        },
        {
            "start": 969029357,
            "stop": 969029375
        },
        {
            "start": 969029380,
            "stop": 969029395
        },
        {
            "start": 969029403,
            "stop": 969029429
        },
        {
            "start": 969029437,
            "stop": 969029450
        }
    ]
}