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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=192",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 193,
    "results": [
        {
            "start": 838079904,
            "stop": 838087153
        },
        {
            "start": 838089644,
            "stop": 838090370
        },
        {
            "start": 838090374,
            "stop": 838096260
        },
        {
            "start": 838096263,
            "stop": 838097264
        },
        {
            "start": 838097268,
            "stop": 838097513
        },
        {
            "start": 838097521,
            "stop": 838108388
        },
        {
            "start": 838109206,
            "stop": 838131133
        },
        {
            "start": 838131150,
            "stop": 838131151
        },
        {
            "start": 838131433,
            "stop": 838138922
        },
        {
            "start": 838139002,
            "stop": 838145821
        },
        {
            "start": 838146084,
            "stop": 838149895
        },
        {
            "start": 838149899,
            "stop": 838150608
        },
        {
            "start": 838150612,
            "stop": 838150638
        },
        {
            "start": 838150641,
            "stop": 838150892
        },
        {
            "start": 838153260,
            "stop": 838153933
        },
        {
            "start": 838155285,
            "stop": 838157833
        },
        {
            "start": 838157857,
            "stop": 838157859
        },
        {
            "start": 838157917,
            "stop": 838160220
        },
        {
            "start": 838161653,
            "stop": 838162448
        },
        {
            "start": 838162457,
            "stop": 838174513
        }
    ]
}