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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=184",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 185,
    "results": [
        {
            "start": 837510653,
            "stop": 837510846
        },
        {
            "start": 837511796,
            "stop": 837511809
        },
        {
            "start": 837513981,
            "stop": 837514599
        },
        {
            "start": 837514601,
            "stop": 837514771
        },
        {
            "start": 837514773,
            "stop": 837515437
        },
        {
            "start": 837515439,
            "stop": 837515513
        },
        {
            "start": 837516333,
            "stop": 837516913
        },
        {
            "start": 837517796,
            "stop": 837523986
        },
        {
            "start": 837524883,
            "stop": 837524934
        },
        {
            "start": 837524935,
            "stop": 837524941
        },
        {
            "start": 837524942,
            "stop": 837524949
        },
        {
            "start": 837524950,
            "stop": 837524952
        },
        {
            "start": 837524953,
            "stop": 837524966
        },
        {
            "start": 837525262,
            "stop": 837541647
        },
        {
            "start": 837541856,
            "stop": 837544496
        },
        {
            "start": 837544504,
            "stop": 837544512
        },
        {
            "start": 837544517,
            "stop": 837544528
        },
        {
            "start": 837544531,
            "stop": 837547895
        },
        {
            "start": 837548195,
            "stop": 837548210
        },
        {
            "start": 837548510,
            "stop": 837549125
        }
    ]
}