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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=30",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 31,
    "results": [
        {
            "start": 816858141,
            "stop": 816864100
        },
        {
            "start": 816908980,
            "stop": 816911377
        },
        {
            "start": 816911378,
            "stop": 816913393
        },
        {
            "start": 816914496,
            "stop": 816916296
        },
        {
            "start": 816917124,
            "stop": 816918893
        },
        {
            "start": 816918896,
            "stop": 816919026
        },
        {
            "start": 816920674,
            "stop": 816922321
        },
        {
            "start": 816922322,
            "stop": 816925639
        },
        {
            "start": 816925642,
            "stop": 816942079
        },
        {
            "start": 816942082,
            "stop": 816942097
        },
        {
            "start": 816942101,
            "stop": 816942104
        },
        {
            "start": 816942107,
            "stop": 816942110
        },
        {
            "start": 816942116,
            "stop": 816942118
        },
        {
            "start": 816942121,
            "stop": 816942122
        },
        {
            "start": 816942140,
            "stop": 816942142
        },
        {
            "start": 816942174,
            "stop": 816942175
        },
        {
            "start": 816942188,
            "stop": 816942190
        },
        {
            "start": 816942203,
            "stop": 816942205
        },
        {
            "start": 816942211,
            "stop": 816942213
        },
        {
            "start": 816942224,
            "stop": 816942227
        }
    ]
}