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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7011",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7012,
    "results": [
        {
            "start": 873767256,
            "stop": 873768182
        },
        {
            "start": 873768183,
            "stop": 873768939
        },
        {
            "start": 873768940,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873769403
        },
        {
            "start": 873769405,
            "stop": 873769419
        },
        {
            "start": 873769420,
            "stop": 873769493
        },
        {
            "start": 873769495,
            "stop": 873769559
        },
        {
            "start": 873769560,
            "stop": 873769859
        },
        {
            "start": 873769861,
            "stop": 873769863
        },
        {
            "start": 873769866,
            "stop": 873769870
        },
        {
            "start": 873769872,
            "stop": 873769877
        },
        {
            "start": 873769879,
            "stop": 873769880
        },
        {
            "start": 873769882,
            "stop": 873769887
        },
        {
            "start": 873769889,
            "stop": 873769894
        },
        {
            "start": 873769896,
            "stop": 873769897
        },
        {
            "start": 873769899,
            "stop": 873769900
        },
        {
            "start": 873769902,
            "stop": 873769930
        },
        {
            "start": 873769932,
            "stop": 873770018
        },
        {
            "start": 873770019,
            "stop": 873770267
        },
        {
            "start": 873770269,
            "stop": 873770296
        }
    ]
}