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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=27",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 28,
    "results": [
        {
            "start": 821291797,
            "stop": 821297082
        },
        {
            "start": 821297648,
            "stop": 821299056
        },
        {
            "start": 821299328,
            "stop": 821300638
        },
        {
            "start": 821300752,
            "stop": 821300772
        },
        {
            "start": 821300956,
            "stop": 821302636
        },
        {
            "start": 821302693,
            "stop": 821302783
        },
        {
            "start": 821302914,
            "stop": 821318643
        },
        {
            "start": 821319091,
            "stop": 821346493
        },
        {
            "start": 821346607,
            "stop": 821346738
        },
        {
            "start": 821346868,
            "stop": 821348480
        },
        {
            "start": 821348764,
            "stop": 821352070
        },
        {
            "start": 821353129,
            "stop": 821355788
        },
        {
            "start": 821355874,
            "stop": 821361158
        },
        {
            "start": 821361266,
            "stop": 821361454
        },
        {
            "start": 821361575,
            "stop": 821363924
        },
        {
            "start": 821364009,
            "stop": 821367995
        },
        {
            "start": 821368121,
            "stop": 821370221
        },
        {
            "start": 821371460,
            "stop": 821375231
        },
        {
            "start": 821375743,
            "stop": 821376692
        },
        {
            "start": 821376848,
            "stop": 821376868
        }
    ]
}