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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=31",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 32,
    "results": [
        {
            "start": 816324557,
            "stop": 816324613
        },
        {
            "start": 816325335,
            "stop": 816330433
        },
        {
            "start": 816330886,
            "stop": 816332745
        },
        {
            "start": 816332750,
            "stop": 816337050
        },
        {
            "start": 816338522,
            "stop": 816338858
        },
        {
            "start": 816338866,
            "stop": 816339496
        },
        {
            "start": 816339525,
            "stop": 816341953
        },
        {
            "start": 816344402,
            "stop": 816346372
        },
        {
            "start": 816346376,
            "stop": 816348253
        },
        {
            "start": 816349019,
            "stop": 816349165
        },
        {
            "start": 816349173,
            "stop": 816351510
        },
        {
            "start": 816355350,
            "stop": 816356010
        },
        {
            "start": 816358410,
            "stop": 816358427
        },
        {
            "start": 816358432,
            "stop": 816358529
        },
        {
            "start": 816358536,
            "stop": 816358553
        },
        {
            "start": 816358557,
            "stop": 816358558
        },
        {
            "start": 816358562,
            "stop": 816358601
        },
        {
            "start": 816358606,
            "stop": 816358816
        },
        {
            "start": 816358832,
            "stop": 816358834
        },
        {
            "start": 816358846,
            "stop": 816358873
        }
    ]
}