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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=270",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=268",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 269,
    "results": [
        {
            "start": 821687754,
            "stop": 821687785
        },
        {
            "start": 821687788,
            "stop": 821687798
        },
        {
            "start": 821687808,
            "stop": 821687839
        },
        {
            "start": 821687842,
            "stop": 821687844
        },
        {
            "start": 821687849,
            "stop": 821687850
        },
        {
            "start": 821687853,
            "stop": 821687857
        },
        {
            "start": 821687862,
            "stop": 821687869
        },
        {
            "start": 821687872,
            "stop": 821687877
        },
        {
            "start": 821687881,
            "stop": 821687886
        },
        {
            "start": 821687889,
            "stop": 821687893
        },
        {
            "start": 821687896,
            "stop": 821687900
        },
        {
            "start": 821687903,
            "stop": 821687905
        },
        {
            "start": 821687911,
            "stop": 821687922
        },
        {
            "start": 821687925,
            "stop": 821687963
        },
        {
            "start": 821687966,
            "stop": 821687967
        },
        {
            "start": 821687970,
            "stop": 821687982
        },
        {
            "start": 821687986,
            "stop": 821687988
        },
        {
            "start": 821687991,
            "stop": 821688016
        },
        {
            "start": 821688019,
            "stop": 821688027
        },
        {
            "start": 821688030,
            "stop": 821688035
        }
    ]
}