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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2990",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2991,
    "results": [
        {
            "start": 861992413,
            "stop": 861992490
        },
        {
            "start": 861993129,
            "stop": 861994121
        },
        {
            "start": 861994124,
            "stop": 861994800
        },
        {
            "start": 861994805,
            "stop": 861994822
        },
        {
            "start": 861994828,
            "stop": 861995296
        },
        {
            "start": 861995299,
            "stop": 861996593
        },
        {
            "start": 861997760,
            "stop": 861997941
        },
        {
            "start": 861997947,
            "stop": 861998292
        },
        {
            "start": 861998298,
            "stop": 861998340
        },
        {
            "start": 861998400,
            "stop": 861998420
        },
        {
            "start": 861998426,
            "stop": 861998427
        },
        {
            "start": 861998618,
            "stop": 861998940
        },
        {
            "start": 861999120,
            "stop": 862000138
        },
        {
            "start": 862000143,
            "stop": 862000776
        },
        {
            "start": 862000779,
            "stop": 862001880
        },
        {
            "start": 862002000,
            "stop": 862006860
        },
        {
            "start": 862006920,
            "stop": 862009080
        },
        {
            "start": 862009140,
            "stop": 862009585
        },
        {
            "start": 862028308,
            "stop": 862042380
        },
        {
            "start": 862042440,
            "stop": 862055215
        }
    ]
}