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=118
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=119",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=117",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 118,
    "results": [
        {
            "start": 1176183823,
            "stop": 1176183826
        },
        {
            "start": 1176183827,
            "stop": 1176183829
        },
        {
            "start": 1176183845,
            "stop": 1176183846
        },
        {
            "start": 1176183849,
            "stop": 1176183909
        },
        {
            "start": 1176183911,
            "stop": 1176184018
        },
        {
            "start": 1176184021,
            "stop": 1176184093
        },
        {
            "start": 1176184094,
            "stop": 1176184638
        },
        {
            "start": 1176184639,
            "stop": 1176184699
        },
        {
            "start": 1176184700,
            "stop": 1176184706
        },
        {
            "start": 1176184707,
            "stop": 1176184769
        },
        {
            "start": 1176184770,
            "stop": 1176184779
        },
        {
            "start": 1176184781,
            "stop": 1176184794
        },
        {
            "start": 1176184796,
            "stop": 1176184802
        },
        {
            "start": 1176184803,
            "stop": 1176185954
        },
        {
            "start": 1176185956,
            "stop": 1176200505
        },
        {
            "start": 1176200507,
            "stop": 1176204475
        },
        {
            "start": 1176204478,
            "stop": 1176204487
        },
        {
            "start": 1176204488,
            "stop": 1176204621
        },
        {
            "start": 1176204622,
            "stop": 1176204625
        },
        {
            "start": 1176204626,
            "stop": 1176204889
        }
    ]
}