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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=164",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 165,
    "results": [
        {
            "start": 1176806955,
            "stop": 1176807197
        },
        {
            "start": 1176807199,
            "stop": 1176807416
        },
        {
            "start": 1176807419,
            "stop": 1176807525
        },
        {
            "start": 1176807529,
            "stop": 1176808005
        },
        {
            "start": 1176808008,
            "stop": 1176808045
        },
        {
            "start": 1176808046,
            "stop": 1176808060
        },
        {
            "start": 1176808064,
            "stop": 1176808105
        },
        {
            "start": 1176808107,
            "stop": 1176808121
        },
        {
            "start": 1176808122,
            "stop": 1176808123
        },
        {
            "start": 1176808124,
            "stop": 1176808142
        },
        {
            "start": 1176808143,
            "stop": 1176808205
        },
        {
            "start": 1176808209,
            "stop": 1176808211
        },
        {
            "start": 1176808217,
            "stop": 1176808221
        },
        {
            "start": 1176808223,
            "stop": 1176808224
        },
        {
            "start": 1176808229,
            "stop": 1176808244
        },
        {
            "start": 1176808253,
            "stop": 1176808254
        },
        {
            "start": 1176808255,
            "stop": 1176808256
        },
        {
            "start": 1176808257,
            "stop": 1176808328
        },
        {
            "start": 1176808330,
            "stop": 1176808332
        },
        {
            "start": 1176808351,
            "stop": 1176808358
        }
    ]
}