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=296
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=297",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=295",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 296,
    "results": [
        {
            "start": 852147010,
            "stop": 852148057
        },
        {
            "start": 852148061,
            "stop": 852149248
        },
        {
            "start": 852149272,
            "stop": 852149277
        },
        {
            "start": 852149281,
            "stop": 852149473
        },
        {
            "start": 852155097,
            "stop": 852201183
        },
        {
            "start": 852201206,
            "stop": 852201231
        },
        {
            "start": 852201235,
            "stop": 852201453
        },
        {
            "start": 852201457,
            "stop": 852205166
        },
        {
            "start": 852205170,
            "stop": 852205228
        },
        {
            "start": 852205232,
            "stop": 852205242
        },
        {
            "start": 852205246,
            "stop": 852205266
        },
        {
            "start": 852205271,
            "stop": 852205384
        },
        {
            "start": 852205393,
            "stop": 852205418
        },
        {
            "start": 852205436,
            "stop": 852205465
        },
        {
            "start": 852205475,
            "stop": 852205538
        },
        {
            "start": 852205542,
            "stop": 852205557
        },
        {
            "start": 852205561,
            "stop": 852205567
        },
        {
            "start": 852205571,
            "stop": 852205591
        },
        {
            "start": 852205594,
            "stop": 852205601
        },
        {
            "start": 852205605,
            "stop": 852205620
        }
    ]
}