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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=189",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 190,
    "results": [
        {
            "start": 841184922,
            "stop": 841188913
        },
        {
            "start": 841189756,
            "stop": 841197706
        },
        {
            "start": 841198895,
            "stop": 841216365
        },
        {
            "start": 841218066,
            "stop": 841218248
        },
        {
            "start": 841219468,
            "stop": 841232710
        },
        {
            "start": 841256851,
            "stop": 841256931
        },
        {
            "start": 841260200,
            "stop": 841260234
        },
        {
            "start": 841261005,
            "stop": 841261213
        },
        {
            "start": 841262663,
            "stop": 841266197
        },
        {
            "start": 841266352,
            "stop": 841266733
        },
        {
            "start": 841267661,
            "stop": 841277770
        },
        {
            "start": 841277924,
            "stop": 841278313
        },
        {
            "start": 841278361,
            "stop": 841278362
        },
        {
            "start": 841278446,
            "stop": 841278673
        },
        {
            "start": 841278714,
            "stop": 841278715
        },
        {
            "start": 841278793,
            "stop": 841282366
        },
        {
            "start": 841282491,
            "stop": 841282549
        },
        {
            "start": 841282616,
            "stop": 841288933
        },
        {
            "start": 841288954,
            "stop": 841288956
        },
        {
            "start": 841289009,
            "stop": 841291321
        }
    ]
}