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=147
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=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=146",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 147,
    "results": [
        {
            "start": 819819242,
            "stop": 819819467
        },
        {
            "start": 819819471,
            "stop": 819820242
        },
        {
            "start": 819820245,
            "stop": 819820673
        },
        {
            "start": 819820677,
            "stop": 819821541
        },
        {
            "start": 819821545,
            "stop": 819822477
        },
        {
            "start": 819822480,
            "stop": 819822538
        },
        {
            "start": 819822542,
            "stop": 819823320
        },
        {
            "start": 819823323,
            "stop": 819825015
        },
        {
            "start": 819828551,
            "stop": 819828733
        },
        {
            "start": 819828736,
            "stop": 819828899
        },
        {
            "start": 819828918,
            "stop": 819829726
        },
        {
            "start": 819830289,
            "stop": 819830312
        },
        {
            "start": 819830315,
            "stop": 819830731
        },
        {
            "start": 819830734,
            "stop": 819830865
        },
        {
            "start": 819830869,
            "stop": 819830890
        },
        {
            "start": 819830893,
            "stop": 819831289
        },
        {
            "start": 819831292,
            "stop": 819831525
        },
        {
            "start": 819831528,
            "stop": 819831532
        },
        {
            "start": 819831535,
            "stop": 819831983
        },
        {
            "start": 819831986,
            "stop": 819832034
        }
    ]
}