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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5302",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5303,
    "results": [
        {
            "start": 875122709,
            "stop": 875122733
        },
        {
            "start": 875122769,
            "stop": 875122829
        },
        {
            "start": 875122865,
            "stop": 875122885
        },
        {
            "start": 875122952,
            "stop": 875123196
        },
        {
            "start": 875123232,
            "stop": 875123254
        },
        {
            "start": 875123325,
            "stop": 875123409
        },
        {
            "start": 875123561,
            "stop": 875123639
        },
        {
            "start": 875123708,
            "stop": 875123733
        },
        {
            "start": 875123769,
            "stop": 875124235
        },
        {
            "start": 875124298,
            "stop": 875124416
        },
        {
            "start": 875124461,
            "stop": 875124481
        },
        {
            "start": 875124558,
            "stop": 875124634
        },
        {
            "start": 875124673,
            "stop": 875124949
        },
        {
            "start": 875125083,
            "stop": 875125255
        },
        {
            "start": 875125292,
            "stop": 875125489
        },
        {
            "start": 875125527,
            "stop": 875125620
        },
        {
            "start": 875125680,
            "stop": 875126700
        },
        {
            "start": 875126820,
            "stop": 875127588
        },
        {
            "start": 875127596,
            "stop": 875127712
        },
        {
            "start": 875127762,
            "stop": 875127773
        }
    ]
}