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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=220",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 221,
    "results": [
        {
            "start": 820514350,
            "stop": 820514536
        },
        {
            "start": 820514543,
            "stop": 820514604
        },
        {
            "start": 820514618,
            "stop": 820514687
        },
        {
            "start": 820514770,
            "stop": 820515346
        },
        {
            "start": 820515353,
            "stop": 820515360
        },
        {
            "start": 820515420,
            "stop": 820515505
        },
        {
            "start": 820515512,
            "stop": 820515540
        },
        {
            "start": 820515600,
            "stop": 820515840
        },
        {
            "start": 820515900,
            "stop": 820516000
        },
        {
            "start": 820516008,
            "stop": 820516020
        },
        {
            "start": 820516140,
            "stop": 820516227
        },
        {
            "start": 820516240,
            "stop": 820516260
        },
        {
            "start": 820516320,
            "stop": 820516440
        },
        {
            "start": 820516500,
            "stop": 820516560
        },
        {
            "start": 820516680,
            "stop": 820516745
        },
        {
            "start": 820516752,
            "stop": 820516796
        },
        {
            "start": 820516803,
            "stop": 820517080
        },
        {
            "start": 820517087,
            "stop": 820517140
        },
        {
            "start": 820517147,
            "stop": 820517162
        },
        {
            "start": 820517169,
            "stop": 820517237
        }
    ]
}