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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=186",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 187,
    "results": [
        {
            "start": 931575088,
            "stop": 931575146
        },
        {
            "start": 931575148,
            "stop": 931575189
        },
        {
            "start": 931575193,
            "stop": 931575197
        },
        {
            "start": 931575199,
            "stop": 931575218
        },
        {
            "start": 931575221,
            "stop": 931575235
        },
        {
            "start": 931575239,
            "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
        },
        {
            "start": 931575358,
            "stop": 931575359
        },
        {
            "start": 931575361,
            "stop": 931575362
        },
        {
            "start": 931575363,
            "stop": 931575364
        },
        {
            "start": 931575403,
            "stop": 931575408
        },
        {
            "start": 931575421,
            "stop": 931575424
        },
        {
            "start": 931575426,
            "stop": 931575430
        }
    ]
}