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=214
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=215",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=213",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 214,
    "results": [
        {
            "start": 1177083589,
            "stop": 1177083590
        },
        {
            "start": 1177083595,
            "stop": 1177083601
        },
        {
            "start": 1177083604,
            "stop": 1177083628
        },
        {
            "start": 1177083629,
            "stop": 1177083630
        },
        {
            "start": 1177083631,
            "stop": 1177083639
        },
        {
            "start": 1177083641,
            "stop": 1177083702
        },
        {
            "start": 1177083703,
            "stop": 1177083707
        },
        {
            "start": 1177083708,
            "stop": 1177083867
        },
        {
            "start": 1177083868,
            "stop": 1177084108
        },
        {
            "start": 1177084110,
            "stop": 1177084168
        },
        {
            "start": 1177084170,
            "stop": 1177084238
        },
        {
            "start": 1177084239,
            "stop": 1177084337
        },
        {
            "start": 1177084341,
            "stop": 1177084572
        },
        {
            "start": 1177084575,
            "stop": 1177084693
        },
        {
            "start": 1177084696,
            "stop": 1177084703
        },
        {
            "start": 1177084704,
            "stop": 1177084709
        },
        {
            "start": 1177084711,
            "stop": 1177084712
        },
        {
            "start": 1177084713,
            "stop": 1177084738
        },
        {
            "start": 1177084740,
            "stop": 1177084765
        },
        {
            "start": 1177084766,
            "stop": 1177084830
        }
    ]
}