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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33134",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33132",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33133,
    "results": [
        {
            "start": 970584845,
            "stop": 970584859
        },
        {
            "start": 970584860,
            "stop": 970584864
        },
        {
            "start": 970584867,
            "stop": 970584889
        },
        {
            "start": 970584891,
            "stop": 970584909
        },
        {
            "start": 970584910,
            "stop": 970584917
        },
        {
            "start": 970584918,
            "stop": 970584945
        },
        {
            "start": 970584947,
            "stop": 970584959
        },
        {
            "start": 970584960,
            "stop": 970584962
        },
        {
            "start": 970584964,
            "stop": 970584979
        },
        {
            "start": 970584981,
            "stop": 970584995
        },
        {
            "start": 970584996,
            "stop": 970585017
        },
        {
            "start": 970585019,
            "stop": 970585031
        },
        {
            "start": 970585032,
            "stop": 970585040
        },
        {
            "start": 970585041,
            "stop": 970585050
        },
        {
            "start": 970585053,
            "stop": 970585077
        },
        {
            "start": 970585079,
            "stop": 970585086
        },
        {
            "start": 970585087,
            "stop": 970585088
        },
        {
            "start": 970585089,
            "stop": 970585098
        },
        {
            "start": 970585102,
            "stop": 970585123
        },
        {
            "start": 970585124,
            "stop": 970585158
        }
    ]
}