Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=91
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=90",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 91,
    "results": [
        {
            "start": 1174426024,
            "stop": 1174426114
        },
        {
            "start": 1174426117,
            "stop": 1174445831
        },
        {
            "start": 1174449013,
            "stop": 1174479087
        },
        {
            "start": 1174479091,
            "stop": 1174480178
        },
        {
            "start": 1174480182,
            "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": 1174498082
        },
        {
            "start": 1174498086,
            "stop": 1174498590
        },
        {
            "start": 1174498591,
            "stop": 1174499286
        },
        {
            "start": 1174499292,
            "stop": 1174505977
        },
        {
            "start": 1174505980,
            "stop": 1174514251
        },
        {
            "start": 1174514255,
            "stop": 1174516103
        }
    ]
}