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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=6",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 7,
    "results": [
        {
            "start": 1240119613,
            "stop": 1240120837
        },
        {
            "start": 1240120845,
            "stop": 1240128013
        },
        {
            "start": 1240128021,
            "stop": 1240129332
        },
        {
            "start": 1240130519,
            "stop": 1240131944
        },
        {
            "start": 1240131952,
            "stop": 1240133096
        },
        {
            "start": 1240133104,
            "stop": 1240134704
        },
        {
            "start": 1240134712,
            "stop": 1240137456
        },
        {
            "start": 1240137464,
            "stop": 1240139824
        },
        {
            "start": 1240139832,
            "stop": 1240141656
        },
        {
            "start": 1240141664,
            "stop": 1240143408
        },
        {
            "start": 1240143416,
            "stop": 1240145344
        },
        {
            "start": 1240145352,
            "stop": 1240149648
        },
        {
            "start": 1240149656,
            "stop": 1240151800
        },
        {
            "start": 1240151808,
            "stop": 1240152867
        },
        {
            "start": 1240152873,
            "stop": 1240152875
        },
        {
            "start": 1240165922,
            "stop": 1240222633
        },
        {
            "start": 1240222641,
            "stop": 1240229947
        },
        {
            "start": 1240229949,
            "stop": 1240229951
        },
        {
            "start": 1240231112,
            "stop": 1240232201
        },
        {
            "start": 1240232209,
            "stop": 1240271225
        }
    ]
}