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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33167",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33168,
    "results": [
        {
            "start": 970737546,
            "stop": 970737626
        },
        {
            "start": 970737627,
            "stop": 970737747
        },
        {
            "start": 970737750,
            "stop": 970737843
        },
        {
            "start": 970737846,
            "stop": 970737848
        },
        {
            "start": 970737852,
            "stop": 970737965
        },
        {
            "start": 970737969,
            "stop": 970737991
        },
        {
            "start": 970737994,
            "stop": 970738045
        },
        {
            "start": 970738046,
            "stop": 970738177
        },
        {
            "start": 970738178,
            "stop": 970738527
        },
        {
            "start": 970738528,
            "stop": 970738780
        },
        {
            "start": 970738783,
            "stop": 970738821
        },
        {
            "start": 970738824,
            "stop": 970738915
        },
        {
            "start": 970738918,
            "stop": 970739020
        },
        {
            "start": 970739021,
            "stop": 970739040
        },
        {
            "start": 970739041,
            "stop": 970739093
        },
        {
            "start": 970739094,
            "stop": 970739152
        },
        {
            "start": 970739153,
            "stop": 970739426
        },
        {
            "start": 970739428,
            "stop": 970739526
        },
        {
            "start": 970739527,
            "stop": 970739603
        },
        {
            "start": 970739606,
            "stop": 970739630
        }
    ]
}