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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=55",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 56,
    "results": [
        {
            "start": 943036027,
            "stop": 943037703
        },
        {
            "start": 943039567,
            "stop": 943041495
        },
        {
            "start": 943042187,
            "stop": 943042757
        },
        {
            "start": 943044909,
            "stop": 943045025
        },
        {
            "start": 943045627,
            "stop": 943046081
        },
        {
            "start": 943046658,
            "stop": 943050479
        },
        {
            "start": 943051093,
            "stop": 943098370
        },
        {
            "start": 943099882,
            "stop": 943102441
        },
        {
            "start": 943123781,
            "stop": 943125239
        },
        {
            "start": 943127308,
            "stop": 943127477
        },
        {
            "start": 943129927,
            "stop": 943130516
        },
        {
            "start": 943130535,
            "stop": 943130639
        },
        {
            "start": 943131260,
            "stop": 943132393
        },
        {
            "start": 943133141,
            "stop": 943133559
        },
        {
            "start": 943134307,
            "stop": 943136595
        },
        {
            "start": 943295547,
            "stop": 943295842
        },
        {
            "start": 943306649,
            "stop": 943308096
        },
        {
            "start": 943310686,
            "stop": 943311116
        },
        {
            "start": 943315560,
            "stop": 943315927
        },
        {
            "start": 943316739,
            "stop": 943318235
        }
    ]
}