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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=96",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 97,
    "results": [
        {
            "start": 931487753,
            "stop": 931487758
        },
        {
            "start": 931487764,
            "stop": 931487770
        },
        {
            "start": 931487776,
            "stop": 931487806
        },
        {
            "start": 931487812,
            "stop": 931487867
        },
        {
            "start": 931487872,
            "stop": 931487978
        },
        {
            "start": 931487984,
            "stop": 931487988
        },
        {
            "start": 931487994,
            "stop": 931488000
        },
        {
            "start": 931488006,
            "stop": 931488009
        },
        {
            "start": 931488015,
            "stop": 931488020
        },
        {
            "start": 931488026,
            "stop": 931488027
        },
        {
            "start": 931488044,
            "stop": 931488048
        },
        {
            "start": 931488059,
            "stop": 931488062
        },
        {
            "start": 931488067,
            "stop": 931488068
        },
        {
            "start": 931488074,
            "stop": 931488107
        },
        {
            "start": 931488116,
            "stop": 931488121
        },
        {
            "start": 931488127,
            "stop": 931488144
        },
        {
            "start": 931488150,
            "stop": 931488162
        },
        {
            "start": 931488167,
            "stop": 931488173
        },
        {
            "start": 931488182,
            "stop": 931488202
        },
        {
            "start": 931488208,
            "stop": 931488213
        }
    ]
}