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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=273",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 274,
    "results": [
        {
            "start": 818303503,
            "stop": 818303595
        },
        {
            "start": 818303620,
            "stop": 818303991
        },
        {
            "start": 818304019,
            "stop": 818304156
        },
        {
            "start": 818304176,
            "stop": 818304309
        },
        {
            "start": 818304329,
            "stop": 818304477
        },
        {
            "start": 818304496,
            "stop": 818304821
        },
        {
            "start": 818304842,
            "stop": 818304999
        },
        {
            "start": 818305030,
            "stop": 818305142
        },
        {
            "start": 818305163,
            "stop": 818305171
        },
        {
            "start": 818305191,
            "stop": 818305247
        },
        {
            "start": 818305267,
            "stop": 818305378
        },
        {
            "start": 818305421,
            "stop": 818305546
        },
        {
            "start": 818305599,
            "stop": 818305635
        },
        {
            "start": 818305658,
            "stop": 818306012
        },
        {
            "start": 818306045,
            "stop": 818306065
        },
        {
            "start": 818306108,
            "stop": 818306172
        },
        {
            "start": 818306192,
            "stop": 818306281
        },
        {
            "start": 818306350,
            "stop": 818306366
        },
        {
            "start": 818306427,
            "stop": 818306614
        },
        {
            "start": 818306759,
            "stop": 818306798
        }
    ]
}