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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46723",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46724,
    "results": [
        {
            "start": 875062725,
            "stop": 875062740
        },
        {
            "start": 875062741,
            "stop": 875062759
        },
        {
            "start": 875062760,
            "stop": 875062776
        },
        {
            "start": 875062777,
            "stop": 875062778
        },
        {
            "start": 875062780,
            "stop": 875062786
        },
        {
            "start": 875062787,
            "stop": 875062799
        },
        {
            "start": 875062801,
            "stop": 875062827
        },
        {
            "start": 875062828,
            "stop": 875062860
        },
        {
            "start": 875062861,
            "stop": 875062899
        },
        {
            "start": 875062900,
            "stop": 875062926
        },
        {
            "start": 875062927,
            "stop": 875063026
        },
        {
            "start": 875063027,
            "stop": 875063104
        },
        {
            "start": 875063105,
            "stop": 875063121
        },
        {
            "start": 875063123,
            "stop": 875063126
        },
        {
            "start": 875063129,
            "stop": 875063151
        },
        {
            "start": 875063152,
            "stop": 875063209
        },
        {
            "start": 875063210,
            "stop": 875063213
        },
        {
            "start": 875063214,
            "stop": 875063286
        },
        {
            "start": 875063287,
            "stop": 875063296
        },
        {
            "start": 875063299,
            "stop": 875063316
        }
    ]
}