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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=360",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=358",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 359,
    "results": [
        {
            "start": 1181646981,
            "stop": 1181647973
        },
        {
            "start": 1181647976,
            "stop": 1181648684
        },
        {
            "start": 1181648685,
            "stop": 1181650069
        },
        {
            "start": 1181650070,
            "stop": 1181650170
        },
        {
            "start": 1181650232,
            "stop": 1181650798
        },
        {
            "start": 1181650800,
            "stop": 1181651786
        },
        {
            "start": 1181651790,
            "stop": 1181651860
        },
        {
            "start": 1181651861,
            "stop": 1181651917
        },
        {
            "start": 1181651920,
            "stop": 1181653317
        },
        {
            "start": 1181653318,
            "stop": 1181655560
        },
        {
            "start": 1181655561,
            "stop": 1181655836
        },
        {
            "start": 1181655837,
            "stop": 1181656290
        },
        {
            "start": 1181656352,
            "stop": 1181656536
        },
        {
            "start": 1181656540,
            "stop": 1181658296
        },
        {
            "start": 1181658297,
            "stop": 1181659530
        },
        {
            "start": 1181659652,
            "stop": 1181660478
        },
        {
            "start": 1181660479,
            "stop": 1181660984
        },
        {
            "start": 1181665572,
            "stop": 1181666699
        },
        {
            "start": 1181666700,
            "stop": 1181667528
        },
        {
            "start": 1181667529,
            "stop": 1181667928
        }
    ]
}