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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=243",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 244,
    "results": [
        {
            "start": 931573993,
            "stop": 931573997
        },
        {
            "start": 931573998,
            "stop": 931573999
        },
        {
            "start": 931574001,
            "stop": 931574007
        },
        {
            "start": 931574009,
            "stop": 931574011
        },
        {
            "start": 931574014,
            "stop": 931574033
        },
        {
            "start": 931574035,
            "stop": 931574079
        },
        {
            "start": 931574080,
            "stop": 931574102
        },
        {
            "start": 931574104,
            "stop": 931574125
        },
        {
            "start": 931574127,
            "stop": 931574130
        },
        {
            "start": 931574132,
            "stop": 931574145
        },
        {
            "start": 931574147,
            "stop": 931574156
        },
        {
            "start": 931574158,
            "stop": 931574162
        },
        {
            "start": 931574163,
            "stop": 931574167
        },
        {
            "start": 931574169,
            "stop": 931574170
        },
        {
            "start": 931574171,
            "stop": 931574175
        },
        {
            "start": 931574177,
            "stop": 931574179
        },
        {
            "start": 931574181,
            "stop": 931574189
        },
        {
            "start": 931574191,
            "stop": 931574197
        },
        {
            "start": 931574198,
            "stop": 931574206
        },
        {
            "start": 931574207,
            "stop": 931574217
        }
    ]
}