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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=286",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 287,
    "results": [
        {
            "start": 1181147767,
            "stop": 1181148587
        },
        {
            "start": 1181148588,
            "stop": 1181149076
        },
        {
            "start": 1181149077,
            "stop": 1181149242
        },
        {
            "start": 1181149243,
            "stop": 1181149727
        },
        {
            "start": 1181149728,
            "stop": 1181150058
        },
        {
            "start": 1181150059,
            "stop": 1181152354
        },
        {
            "start": 1181152355,
            "stop": 1181153414
        },
        {
            "start": 1181153415,
            "stop": 1181154424
        },
        {
            "start": 1181154425,
            "stop": 1181155735
        },
        {
            "start": 1181155736,
            "stop": 1181157240
        },
        {
            "start": 1181158140,
            "stop": 1181158229
        },
        {
            "start": 1181158230,
            "stop": 1181158692
        },
        {
            "start": 1181158693,
            "stop": 1181159411
        },
        {
            "start": 1181159412,
            "stop": 1181160778
        },
        {
            "start": 1181160779,
            "stop": 1181160781
        },
        {
            "start": 1181160783,
            "stop": 1181162126
        },
        {
            "start": 1181162127,
            "stop": 1181162540
        },
        {
            "start": 1181162541,
            "stop": 1181162617
        },
        {
            "start": 1181162620,
            "stop": 1181162640
        },
        {
            "start": 1181162760,
            "stop": 1181163065
        }
    ]
}