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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5275",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5276,
    "results": [
        {
            "start": 970398284,
            "stop": 970398473
        },
        {
            "start": 970398476,
            "stop": 970398652
        },
        {
            "start": 970398655,
            "stop": 970398886
        },
        {
            "start": 970398889,
            "stop": 970399030
        },
        {
            "start": 970399033,
            "stop": 970399039
        },
        {
            "start": 970399042,
            "stop": 970399396
        },
        {
            "start": 970399399,
            "stop": 970399609
        },
        {
            "start": 970399612,
            "stop": 970399707
        },
        {
            "start": 970399710,
            "stop": 970399976
        },
        {
            "start": 970399979,
            "stop": 970400045
        },
        {
            "start": 970400048,
            "stop": 970400381
        },
        {
            "start": 970400384,
            "stop": 970400435
        },
        {
            "start": 970400438,
            "stop": 970402606
        },
        {
            "start": 970402609,
            "stop": 970404515
        },
        {
            "start": 970404518,
            "stop": 970404596
        },
        {
            "start": 970404617,
            "stop": 970404733
        },
        {
            "start": 970404736,
            "stop": 970404790
        },
        {
            "start": 970404793,
            "stop": 970405902
        },
        {
            "start": 970406244,
            "stop": 970406876
        },
        {
            "start": 970406879,
            "stop": 970406918
        }
    ]
}