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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=128",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=126",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 127,
    "results": [
        {
            "start": 931589982,
            "stop": 931589996
        },
        {
            "start": 931590001,
            "stop": 931590002
        },
        {
            "start": 931590005,
            "stop": 931590013
        },
        {
            "start": 931590018,
            "stop": 931590024
        },
        {
            "start": 931590029,
            "stop": 931590033
        },
        {
            "start": 931590036,
            "stop": 931590041
        },
        {
            "start": 931590044,
            "stop": 931590047
        },
        {
            "start": 931590050,
            "stop": 931590051
        },
        {
            "start": 931590053,
            "stop": 931590054
        },
        {
            "start": 931590057,
            "stop": 931590067
        },
        {
            "start": 931590073,
            "stop": 931590081
        },
        {
            "start": 931590085,
            "stop": 931590091
        },
        {
            "start": 931590094,
            "stop": 931590099
        },
        {
            "start": 931590108,
            "stop": 931590109
        },
        {
            "start": 931590114,
            "stop": 931590117
        },
        {
            "start": 931590126,
            "stop": 931590129
        },
        {
            "start": 931590134,
            "stop": 931590138
        },
        {
            "start": 931590142,
            "stop": 931590146
        },
        {
            "start": 931590149,
            "stop": 931590158
        },
        {
            "start": 931590167,
            "stop": 931590185
        }
    ]
}