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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=167",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 168,
    "results": [
        {
            "start": 1176847069,
            "stop": 1176847302
        },
        {
            "start": 1176847303,
            "stop": 1176847725
        },
        {
            "start": 1176847728,
            "stop": 1176848011
        },
        {
            "start": 1176848012,
            "stop": 1176848041
        },
        {
            "start": 1176848042,
            "stop": 1176848286
        },
        {
            "start": 1176848288,
            "stop": 1176848716
        },
        {
            "start": 1176848717,
            "stop": 1176852747
        },
        {
            "start": 1176852748,
            "stop": 1176852749
        },
        {
            "start": 1176852750,
            "stop": 1176852764
        },
        {
            "start": 1176852766,
            "stop": 1176855905
        },
        {
            "start": 1176855906,
            "stop": 1176857903
        },
        {
            "start": 1176857904,
            "stop": 1176857909
        },
        {
            "start": 1176857910,
            "stop": 1176858056
        },
        {
            "start": 1176858059,
            "stop": 1176858685
        },
        {
            "start": 1176860567,
            "stop": 1176861319
        },
        {
            "start": 1176861320,
            "stop": 1176862953
        },
        {
            "start": 1176862955,
            "stop": 1176862970
        },
        {
            "start": 1176862972,
            "stop": 1176862973
        },
        {
            "start": 1176862974,
            "stop": 1176863138
        },
        {
            "start": 1176863139,
            "stop": 1176863141
        }
    ]
}