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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=247",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 248,
    "results": [
        {
            "start": 931575045,
            "stop": 931575049
        },
        {
            "start": 931575051,
            "stop": 931575058
        },
        {
            "start": 931575059,
            "stop": 931575061
        },
        {
            "start": 931575064,
            "stop": 931575066
        },
        {
            "start": 931575067,
            "stop": 931575086
        },
        {
            "start": 931575089,
            "stop": 931575146
        },
        {
            "start": 931575148,
            "stop": 931575189
        },
        {
            "start": 931575193,
            "stop": 931575197
        },
        {
            "start": 931575199,
            "stop": 931575218
        },
        {
            "start": 931575221,
            "stop": 931575235
        },
        {
            "start": 931575239,
            "stop": 931575250
        },
        {
            "start": 931575251,
            "stop": 931575254
        },
        {
            "start": 931575257,
            "stop": 931575258
        },
        {
            "start": 931575285,
            "stop": 931575288
        },
        {
            "start": 931575290,
            "stop": 931575292
        },
        {
            "start": 931575296,
            "stop": 931575297
        },
        {
            "start": 931575299,
            "stop": 931575302
        },
        {
            "start": 931575311,
            "stop": 931575314
        },
        {
            "start": 931575326,
            "stop": 931575327
        },
        {
            "start": 931575343,
            "stop": 931575345
        }
    ]
}