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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=58",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 59,
    "results": [
        {
            "start": 1174426116,
            "stop": 1174445831
        },
        {
            "start": 1174449013,
            "stop": 1174492997
        },
        {
            "start": 1174492998,
            "stop": 1174492999
        },
        {
            "start": 1174493002,
            "stop": 1174493913
        },
        {
            "start": 1174493914,
            "stop": 1174496431
        },
        {
            "start": 1174496433,
            "stop": 1174496434
        },
        {
            "start": 1174496436,
            "stop": 1174496439
        },
        {
            "start": 1174496440,
            "stop": 1174496631
        },
        {
            "start": 1174496638,
            "stop": 1174497717
        },
        {
            "start": 1174497729,
            "stop": 1174497730
        },
        {
            "start": 1174497731,
            "stop": 1174497732
        },
        {
            "start": 1174497736,
            "stop": 1174498590
        },
        {
            "start": 1174498591,
            "stop": 1174499286
        },
        {
            "start": 1174499292,
            "stop": 1174505977
        },
        {
            "start": 1174505979,
            "stop": 1174516103
        },
        {
            "start": 1174516105,
            "stop": 1174524942
        },
        {
            "start": 1174524944,
            "stop": 1174525560
        },
        {
            "start": 1174528914,
            "stop": 1174563517
        },
        {
            "start": 1174563892,
            "stop": 1174568180
        },
        {
            "start": 1174568184,
            "stop": 1174576932
        }
    ]
}