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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=546",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=544",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 545,
    "results": [
        {
            "start": 829604450,
            "stop": 829607413
        },
        {
            "start": 829608490,
            "stop": 829610806
        },
        {
            "start": 829635717,
            "stop": 829653724
        },
        {
            "start": 829655456,
            "stop": 829669513
        },
        {
            "start": 829670559,
            "stop": 829684753
        },
        {
            "start": 829684798,
            "stop": 829684799
        },
        {
            "start": 829684891,
            "stop": 829685233
        },
        {
            "start": 829685350,
            "stop": 829687813
        },
        {
            "start": 829687815,
            "stop": 829687816
        },
        {
            "start": 829687980,
            "stop": 829698873
        },
        {
            "start": 829698874,
            "stop": 829699196
        },
        {
            "start": 829699336,
            "stop": 829701789
        },
        {
            "start": 829704904,
            "stop": 829704939
        },
        {
            "start": 829704940,
            "stop": 829705018
        },
        {
            "start": 829705682,
            "stop": 829705933
        },
        {
            "start": 829706699,
            "stop": 829707288
        },
        {
            "start": 829707967,
            "stop": 829708987
        },
        {
            "start": 829709987,
            "stop": 829710199
        },
        {
            "start": 829710352,
            "stop": 829710443
        },
        {
            "start": 829710444,
            "stop": 829710557
        }
    ]
}