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=14860
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=14861",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14859",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14860,
    "results": [
        {
            "start": 971409405,
            "stop": 971409419
        },
        {
            "start": 971409421,
            "stop": 971409424
        },
        {
            "start": 971409425,
            "stop": 971409431
        },
        {
            "start": 971409434,
            "stop": 971409435
        },
        {
            "start": 971409436,
            "stop": 971409437
        },
        {
            "start": 971409439,
            "stop": 971409446
        },
        {
            "start": 971409448,
            "stop": 971409458
        },
        {
            "start": 971409461,
            "stop": 971409462
        },
        {
            "start": 971409468,
            "stop": 971409472
        },
        {
            "start": 971409474,
            "stop": 971409488
        },
        {
            "start": 971409489,
            "stop": 971409490
        },
        {
            "start": 971409491,
            "stop": 971409492
        },
        {
            "start": 971409493,
            "stop": 971409497
        },
        {
            "start": 971409498,
            "stop": 971409500
        },
        {
            "start": 971409501,
            "stop": 971409503
        },
        {
            "start": 971409504,
            "stop": 971409505
        },
        {
            "start": 971409506,
            "stop": 971409507
        },
        {
            "start": 971409511,
            "stop": 971409513
        },
        {
            "start": 971409514,
            "stop": 971409515
        },
        {
            "start": 971409518,
            "stop": 971409520
        }
    ]
}