Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=170",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 171,
    "results": [
        {
            "start": 931538349,
            "stop": 931538350
        },
        {
            "start": 931538352,
            "stop": 931538354
        },
        {
            "start": 931538360,
            "stop": 931538364
        },
        {
            "start": 931538366,
            "stop": 931538367
        },
        {
            "start": 931538368,
            "stop": 931538370
        },
        {
            "start": 931538372,
            "stop": 931538389
        },
        {
            "start": 931538394,
            "stop": 931538398
        },
        {
            "start": 931538399,
            "stop": 931538402
        },
        {
            "start": 931538406,
            "stop": 931538407
        },
        {
            "start": 931538410,
            "stop": 931538411
        },
        {
            "start": 931538415,
            "stop": 931538444
        },
        {
            "start": 931538448,
            "stop": 931538449
        },
        {
            "start": 931538454,
            "stop": 931538455
        },
        {
            "start": 931538457,
            "stop": 931538459
        },
        {
            "start": 931538466,
            "stop": 931538467
        },
        {
            "start": 931538469,
            "stop": 931538470
        },
        {
            "start": 931538475,
            "stop": 931538476
        },
        {
            "start": 931538480,
            "stop": 931538481
        },
        {
            "start": 931538483,
            "stop": 931538486
        },
        {
            "start": 931538488,
            "stop": 931538493
        }
    ]
}