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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=82",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 83,
    "results": [
        {
            "start": 816604230,
            "stop": 816604303
        },
        {
            "start": 816604310,
            "stop": 816604347
        },
        {
            "start": 816604360,
            "stop": 816604404
        },
        {
            "start": 816604412,
            "stop": 816604493
        },
        {
            "start": 816604501,
            "stop": 816604551
        },
        {
            "start": 816604558,
            "stop": 816604654
        },
        {
            "start": 816604661,
            "stop": 816604704
        },
        {
            "start": 816604717,
            "stop": 816604723
        },
        {
            "start": 816604730,
            "stop": 816604832
        },
        {
            "start": 816604842,
            "stop": 816604979
        },
        {
            "start": 816604992,
            "stop": 816605057
        },
        {
            "start": 816605067,
            "stop": 816605280
        },
        {
            "start": 816605291,
            "stop": 816605568
        },
        {
            "start": 816605578,
            "stop": 816605633
        },
        {
            "start": 816605640,
            "stop": 816605686
        },
        {
            "start": 816605700,
            "stop": 816605865
        },
        {
            "start": 816605872,
            "stop": 816605909
        },
        {
            "start": 816605918,
            "stop": 816605921
        },
        {
            "start": 816605928,
            "stop": 816605993
        },
        {
            "start": 816606003,
            "stop": 816606040
        }
    ]
}