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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=165",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=163",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 164,
    "results": [
        {
            "start": 1176802390,
            "stop": 1176802395
        },
        {
            "start": 1176802399,
            "stop": 1176803521
        },
        {
            "start": 1176803525,
            "stop": 1176804352
        },
        {
            "start": 1176804353,
            "stop": 1176804829
        },
        {
            "start": 1176804831,
            "stop": 1176806027
        },
        {
            "start": 1176806028,
            "stop": 1176806492
        },
        {
            "start": 1176806499,
            "stop": 1176806500
        },
        {
            "start": 1176806506,
            "stop": 1176806508
        },
        {
            "start": 1176806514,
            "stop": 1176806515
        },
        {
            "start": 1176806517,
            "stop": 1176806534
        },
        {
            "start": 1176806535,
            "stop": 1176806689
        },
        {
            "start": 1176806694,
            "stop": 1176806698
        },
        {
            "start": 1176806701,
            "stop": 1176806705
        },
        {
            "start": 1176806708,
            "stop": 1176806709
        },
        {
            "start": 1176806711,
            "stop": 1176806722
        },
        {
            "start": 1176806727,
            "stop": 1176806745
        },
        {
            "start": 1176806746,
            "stop": 1176806793
        },
        {
            "start": 1176806795,
            "stop": 1176806798
        },
        {
            "start": 1176806800,
            "stop": 1176806830
        },
        {
            "start": 1176806831,
            "stop": 1176806953
        }
    ]
}