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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=176",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 177,
    "results": [
        {
            "start": 842975665,
            "stop": 842978180
        },
        {
            "start": 842978308,
            "stop": 842981159
        },
        {
            "start": 842981925,
            "stop": 842985932
        },
        {
            "start": 842986232,
            "stop": 842987082
        },
        {
            "start": 842987939,
            "stop": 842988970
        },
        {
            "start": 842989412,
            "stop": 842992591
        },
        {
            "start": 842992592,
            "stop": 842994245
        },
        {
            "start": 842995734,
            "stop": 842995787
        },
        {
            "start": 842997055,
            "stop": 842997704
        },
        {
            "start": 842999102,
            "stop": 842999793
        },
        {
            "start": 843000103,
            "stop": 843025330
        },
        {
            "start": 843027158,
            "stop": 843105382
        },
        {
            "start": 843105492,
            "stop": 843105504
        },
        {
            "start": 843105804,
            "stop": 843108855
        },
        {
            "start": 843108965,
            "stop": 843109101
        },
        {
            "start": 843109401,
            "stop": 843132716
        },
        {
            "start": 843132826,
            "stop": 843132909
        },
        {
            "start": 843133209,
            "stop": 843167714
        },
        {
            "start": 843168844,
            "stop": 843174996
        },
        {
            "start": 843175510,
            "stop": 843223883
        }
    ]
}