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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=316",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=314",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 315,
    "results": [
        {
            "start": 931855432,
            "stop": 931855452
        },
        {
            "start": 931855456,
            "stop": 931855459
        },
        {
            "start": 931855461,
            "stop": 931855474
        },
        {
            "start": 931855476,
            "stop": 931855480
        },
        {
            "start": 931855482,
            "stop": 931855549
        },
        {
            "start": 931855552,
            "stop": 931855608
        },
        {
            "start": 931855612,
            "stop": 931855620
        },
        {
            "start": 931855622,
            "stop": 931855715
        },
        {
            "start": 931855717,
            "stop": 931855792
        },
        {
            "start": 931855799,
            "stop": 931855822
        },
        {
            "start": 931855824,
            "stop": 931855911
        },
        {
            "start": 931855913,
            "stop": 931855934
        },
        {
            "start": 931855936,
            "stop": 931855955
        },
        {
            "start": 931855958,
            "stop": 931856112
        },
        {
            "start": 931856116,
            "stop": 931856163
        },
        {
            "start": 931856165,
            "stop": 931856221
        },
        {
            "start": 931856223,
            "stop": 931856381
        },
        {
            "start": 931856384,
            "stop": 931856395
        },
        {
            "start": 931856397,
            "stop": 931856410
        },
        {
            "start": 931856414,
            "stop": 931856416
        }
    ]
}