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_BURST_CAT3/segments?format=api&page=155
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=154",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 155,
    "results": [
        {
            "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": 1176185957,
            "stop": 1176200505
        },
        {
            "start": 1176200508,
            "stop": 1176201010
        },
        {
            "start": 1176201014,
            "stop": 1176204475
        },
        {
            "start": 1176204478,
            "stop": 1176204487
        },
        {
            "start": 1176204488,
            "stop": 1176204621
        },
        {
            "start": 1176204622,
            "stop": 1176204625
        },
        {
            "start": 1176204626,
            "stop": 1176204889
        },
        {
            "start": 1176204892,
            "stop": 1176204900
        },
        {
            "start": 1176204901,
            "stop": 1176210189
        },
        {
            "start": 1176210193,
            "stop": 1176213984
        },
        {
            "start": 1176213985,
            "stop": 1176214709
        },
        {
            "start": 1176214710,
            "stop": 1176214805
        }
    ]
}