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=5331
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=5332",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5330",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5331,
    "results": [
        {
            "start": 971118158,
            "stop": 971118190
        },
        {
            "start": 971118193,
            "stop": 971118234
        },
        {
            "start": 971118255,
            "stop": 971118424
        },
        {
            "start": 971118427,
            "stop": 971118469
        },
        {
            "start": 971118490,
            "stop": 971118618
        },
        {
            "start": 971118639,
            "stop": 971118684
        },
        {
            "start": 971148261,
            "stop": 971148388
        },
        {
            "start": 971148417,
            "stop": 971148635
        },
        {
            "start": 971148638,
            "stop": 971148714
        },
        {
            "start": 971148717,
            "stop": 971148803
        },
        {
            "start": 971148806,
            "stop": 971148844
        },
        {
            "start": 971148847,
            "stop": 971149086
        },
        {
            "start": 971149089,
            "stop": 971149842
        },
        {
            "start": 971149845,
            "stop": 971149913
        },
        {
            "start": 971149916,
            "stop": 971150285
        },
        {
            "start": 971150289,
            "stop": 971150440
        },
        {
            "start": 971150443,
            "stop": 971150719
        },
        {
            "start": 971150722,
            "stop": 971151424
        },
        {
            "start": 971151427,
            "stop": 971152189
        },
        {
            "start": 971152192,
            "stop": 971152381
        }
    ]
}