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=46687
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=46688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46686",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46687,
    "results": [
        {
            "start": 875046903,
            "stop": 875046904
        },
        {
            "start": 875046905,
            "stop": 875046907
        },
        {
            "start": 875046911,
            "stop": 875046914
        },
        {
            "start": 875046916,
            "stop": 875046928
        },
        {
            "start": 875046931,
            "stop": 875046937
        },
        {
            "start": 875046939,
            "stop": 875046946
        },
        {
            "start": 875046947,
            "stop": 875046960
        },
        {
            "start": 875046961,
            "stop": 875046968
        },
        {
            "start": 875046969,
            "stop": 875046976
        },
        {
            "start": 875046977,
            "stop": 875046981
        },
        {
            "start": 875046982,
            "stop": 875046991
        },
        {
            "start": 875046992,
            "stop": 875046994
        },
        {
            "start": 875046996,
            "stop": 875046999
        },
        {
            "start": 875047000,
            "stop": 875047010
        },
        {
            "start": 875047011,
            "stop": 875047019
        },
        {
            "start": 875047020,
            "stop": 875047025
        },
        {
            "start": 875047027,
            "stop": 875047033
        },
        {
            "start": 875047035,
            "stop": 875047043
        },
        {
            "start": 875047044,
            "stop": 875047053
        },
        {
            "start": 875047054,
            "stop": 875047058
        }
    ]
}