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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=388",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 389,
    "results": [
        {
            "start": 821511403,
            "stop": 821511404
        },
        {
            "start": 821511407,
            "stop": 821511418
        },
        {
            "start": 821511421,
            "stop": 821511439
        },
        {
            "start": 821511442,
            "stop": 821511465
        },
        {
            "start": 821511468,
            "stop": 821511485
        },
        {
            "start": 821511488,
            "stop": 821511495
        },
        {
            "start": 821511498,
            "stop": 821511502
        },
        {
            "start": 821511505,
            "stop": 821511516
        },
        {
            "start": 821511519,
            "stop": 821511524
        },
        {
            "start": 821511527,
            "stop": 821511555
        },
        {
            "start": 821511558,
            "stop": 821511586
        },
        {
            "start": 821511589,
            "stop": 821511592
        },
        {
            "start": 821511595,
            "stop": 821511613
        },
        {
            "start": 821511616,
            "stop": 821511629
        },
        {
            "start": 821511636,
            "stop": 821511652
        },
        {
            "start": 821511655,
            "stop": 821511739
        },
        {
            "start": 821511742,
            "stop": 821511804
        },
        {
            "start": 821511812,
            "stop": 821511839
        },
        {
            "start": 821511843,
            "stop": 821511852
        },
        {
            "start": 821511855,
            "stop": 821511893
        }
    ]
}