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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14892",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14890",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14891,
    "results": [
        {
            "start": 971443275,
            "stop": 971443302
        },
        {
            "start": 971443303,
            "stop": 971443306
        },
        {
            "start": 971443309,
            "stop": 971443314
        },
        {
            "start": 971443354,
            "stop": 971443355
        },
        {
            "start": 971443356,
            "stop": 971443357
        },
        {
            "start": 971443360,
            "stop": 971443363
        },
        {
            "start": 971443364,
            "stop": 971443370
        },
        {
            "start": 971443371,
            "stop": 971443374
        },
        {
            "start": 971443379,
            "stop": 971443386
        },
        {
            "start": 971443387,
            "stop": 971443397
        },
        {
            "start": 971443402,
            "stop": 971443405
        },
        {
            "start": 971443406,
            "stop": 971443407
        },
        {
            "start": 971443409,
            "stop": 971443410
        },
        {
            "start": 971443413,
            "stop": 971443414
        },
        {
            "start": 971443415,
            "stop": 971443416
        },
        {
            "start": 971443418,
            "stop": 971443434
        },
        {
            "start": 971443438,
            "stop": 971443442
        },
        {
            "start": 971443443,
            "stop": 971443445
        },
        {
            "start": 971443447,
            "stop": 971443456
        },
        {
            "start": 971443457,
            "stop": 971443465
        }
    ]
}