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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5705",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5703",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5704,
    "results": [
        {
            "start": 874592741,
            "stop": 874592784
        },
        {
            "start": 874592789,
            "stop": 874592801
        },
        {
            "start": 874592807,
            "stop": 874592809
        },
        {
            "start": 874592812,
            "stop": 874592841
        },
        {
            "start": 874592847,
            "stop": 874592961
        },
        {
            "start": 874592964,
            "stop": 874593033
        },
        {
            "start": 874593037,
            "stop": 874593048
        },
        {
            "start": 874593051,
            "stop": 874593149
        },
        {
            "start": 874593152,
            "stop": 874593153
        },
        {
            "start": 874593156,
            "stop": 874593191
        },
        {
            "start": 874593195,
            "stop": 874593197
        },
        {
            "start": 874593202,
            "stop": 874593224
        },
        {
            "start": 874593525,
            "stop": 874593537
        },
        {
            "start": 874593540,
            "stop": 874593696
        },
        {
            "start": 874593699,
            "stop": 874593744
        },
        {
            "start": 874593747,
            "stop": 874593819
        },
        {
            "start": 874593822,
            "stop": 874593850
        },
        {
            "start": 874593854,
            "stop": 874593973
        },
        {
            "start": 874593976,
            "stop": 874593991
        },
        {
            "start": 874593996,
            "stop": 874594032
        }
    ]
}