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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=131",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 132,
    "results": [
        {
            "start": 931457090,
            "stop": 931457093
        },
        {
            "start": 931457094,
            "stop": 931457103
        },
        {
            "start": 931457105,
            "stop": 931457113
        },
        {
            "start": 931457115,
            "stop": 931457121
        },
        {
            "start": 931457123,
            "stop": 931457127
        },
        {
            "start": 931457129,
            "stop": 931457130
        },
        {
            "start": 931457134,
            "stop": 931457137
        },
        {
            "start": 931457139,
            "stop": 931457142
        },
        {
            "start": 931457144,
            "stop": 931457150
        },
        {
            "start": 931457152,
            "stop": 931457155
        },
        {
            "start": 931457156,
            "stop": 931457228
        },
        {
            "start": 931457232,
            "stop": 931457233
        },
        {
            "start": 931457235,
            "stop": 931457242
        },
        {
            "start": 931457244,
            "stop": 931457245
        },
        {
            "start": 931457246,
            "stop": 931457250
        },
        {
            "start": 931457252,
            "stop": 931457262
        },
        {
            "start": 931457264,
            "stop": 931457279
        },
        {
            "start": 931457281,
            "stop": 931457282
        },
        {
            "start": 931457286,
            "stop": 931457294
        },
        {
            "start": 931457296,
            "stop": 931457307
        }
    ]
}