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=162
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=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=161",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 162,
    "results": [
        {
            "start": 931136044,
            "stop": 931136048
        },
        {
            "start": 931136053,
            "stop": 931136054
        },
        {
            "start": 931136055,
            "stop": 931136057
        },
        {
            "start": 931136059,
            "stop": 931136070
        },
        {
            "start": 931136071,
            "stop": 931136072
        },
        {
            "start": 931136074,
            "stop": 931136075
        },
        {
            "start": 931136077,
            "stop": 931136078
        },
        {
            "start": 931136079,
            "stop": 931136080
        },
        {
            "start": 931136081,
            "stop": 931136082
        },
        {
            "start": 931136086,
            "stop": 931136087
        },
        {
            "start": 931136089,
            "stop": 931136092
        },
        {
            "start": 931136093,
            "stop": 931136100
        },
        {
            "start": 931136101,
            "stop": 931136102
        },
        {
            "start": 931136103,
            "stop": 931136108
        },
        {
            "start": 931136109,
            "stop": 931136115
        },
        {
            "start": 931136116,
            "stop": 931136125
        },
        {
            "start": 931136126,
            "stop": 931136127
        },
        {
            "start": 931136130,
            "stop": 931136136
        },
        {
            "start": 931136137,
            "stop": 931136139
        },
        {
            "start": 931136141,
            "stop": 931136145
        }
    ]
}