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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=180",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 181,
    "results": [
        {
            "start": 816842703,
            "stop": 816842813
        },
        {
            "start": 816842817,
            "stop": 816842818
        },
        {
            "start": 816842832,
            "stop": 816842833
        },
        {
            "start": 816842837,
            "stop": 816842870
        },
        {
            "start": 816842875,
            "stop": 816842891
        },
        {
            "start": 816842896,
            "stop": 816842898
        },
        {
            "start": 816842906,
            "stop": 816843009
        },
        {
            "start": 816843012,
            "stop": 816843016
        },
        {
            "start": 816843020,
            "stop": 816843079
        },
        {
            "start": 816843083,
            "stop": 816843087
        },
        {
            "start": 816843091,
            "stop": 816843117
        },
        {
            "start": 816843121,
            "stop": 816843171
        },
        {
            "start": 816843176,
            "stop": 816843228
        },
        {
            "start": 816843235,
            "stop": 816843236
        },
        {
            "start": 816843242,
            "stop": 816843347
        },
        {
            "start": 816843351,
            "stop": 816843366
        },
        {
            "start": 816843369,
            "stop": 816843429
        },
        {
            "start": 816843436,
            "stop": 816843445
        },
        {
            "start": 816843452,
            "stop": 816843458
        },
        {
            "start": 816843464,
            "stop": 816843465
        }
    ]
}