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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=82",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 83,
    "results": [
        {
            "start": 951666354,
            "stop": 951670195
        },
        {
            "start": 951670708,
            "stop": 951674696
        },
        {
            "start": 951683725,
            "stop": 951686879
        },
        {
            "start": 951688819,
            "stop": 951689796
        },
        {
            "start": 951691203,
            "stop": 951691936
        },
        {
            "start": 951692756,
            "stop": 951696361
        },
        {
            "start": 951696712,
            "stop": 951701048
        },
        {
            "start": 951710127,
            "stop": 951711250
        },
        {
            "start": 951713631,
            "stop": 951740689
        },
        {
            "start": 951744254,
            "stop": 951753399
        },
        {
            "start": 951760835,
            "stop": 951766111
        },
        {
            "start": 951781052,
            "stop": 951784667
        },
        {
            "start": 951784957,
            "stop": 951787748
        },
        {
            "start": 951788071,
            "stop": 951790456
        },
        {
            "start": 951791764,
            "stop": 951792047
        },
        {
            "start": 951794784,
            "stop": 951800409
        },
        {
            "start": 951800590,
            "stop": 951817206
        },
        {
            "start": 951824431,
            "stop": 951825822
        },
        {
            "start": 951850348,
            "stop": 951855608
        },
        {
            "start": 951857175,
            "stop": 951860809
        }
    ]
}