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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=169",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 170,
    "results": [
        {
            "start": 819369225,
            "stop": 819377869
        },
        {
            "start": 819377880,
            "stop": 819377920
        },
        {
            "start": 819377937,
            "stop": 819380194
        },
        {
            "start": 819380205,
            "stop": 819380747
        },
        {
            "start": 819380755,
            "stop": 819383850
        },
        {
            "start": 819386361,
            "stop": 819387275
        },
        {
            "start": 819387286,
            "stop": 819387856
        },
        {
            "start": 819387864,
            "stop": 819388976
        },
        {
            "start": 819388992,
            "stop": 819388995
        },
        {
            "start": 819389003,
            "stop": 819389324
        },
        {
            "start": 819389331,
            "stop": 819389383
        },
        {
            "start": 819389399,
            "stop": 819389630
        },
        {
            "start": 819389637,
            "stop": 819389720
        },
        {
            "start": 819389731,
            "stop": 819389872
        },
        {
            "start": 819389883,
            "stop": 819389909
        },
        {
            "start": 819389949,
            "stop": 819390444
        },
        {
            "start": 819390452,
            "stop": 819391455
        },
        {
            "start": 819391477,
            "stop": 819391484
        },
        {
            "start": 819391498,
            "stop": 819391774
        },
        {
            "start": 819391789,
            "stop": 819396868
        }
    ]
}