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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5313",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5311",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5312,
    "results": [
        {
            "start": 970815054,
            "stop": 970816524
        },
        {
            "start": 970816527,
            "stop": 970817303
        },
        {
            "start": 970817307,
            "stop": 970817887
        },
        {
            "start": 970817904,
            "stop": 970819583
        },
        {
            "start": 970819586,
            "stop": 970822181
        },
        {
            "start": 970822184,
            "stop": 970822501
        },
        {
            "start": 970822504,
            "stop": 970823194
        },
        {
            "start": 970823211,
            "stop": 970824325
        },
        {
            "start": 970824328,
            "stop": 970824407
        },
        {
            "start": 970824410,
            "stop": 970824713
        },
        {
            "start": 970824716,
            "stop": 970826012
        },
        {
            "start": 970826015,
            "stop": 970826123
        },
        {
            "start": 970826144,
            "stop": 970826388
        },
        {
            "start": 970826391,
            "stop": 970826685
        },
        {
            "start": 970826688,
            "stop": 970826814
        },
        {
            "start": 970826817,
            "stop": 970827226
        },
        {
            "start": 970827229,
            "stop": 970827423
        },
        {
            "start": 970843369,
            "stop": 970844192
        },
        {
            "start": 970844228,
            "stop": 970844272
        },
        {
            "start": 970844386,
            "stop": 970844502
        }
    ]
}