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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=120",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 121,
    "results": [
        {
            "start": 931678131,
            "stop": 931678142
        },
        {
            "start": 931678149,
            "stop": 931678156
        },
        {
            "start": 931678163,
            "stop": 931678164
        },
        {
            "start": 931678178,
            "stop": 931678179
        },
        {
            "start": 931678224,
            "stop": 931678227
        },
        {
            "start": 931678236,
            "stop": 931678238
        },
        {
            "start": 931678267,
            "stop": 931678268
        },
        {
            "start": 931678279,
            "stop": 931678281
        },
        {
            "start": 931678288,
            "stop": 931678291
        },
        {
            "start": 931678297,
            "stop": 931678304
        },
        {
            "start": 931678408,
            "stop": 931678409
        },
        {
            "start": 931678428,
            "stop": 931678431
        },
        {
            "start": 931678482,
            "stop": 931678488
        },
        {
            "start": 931678494,
            "stop": 931678499
        },
        {
            "start": 931678535,
            "stop": 931678536
        },
        {
            "start": 931678585,
            "stop": 931678593
        },
        {
            "start": 931678600,
            "stop": 931678601
        },
        {
            "start": 931678640,
            "stop": 931678650
        },
        {
            "start": 931678680,
            "stop": 931678687
        },
        {
            "start": 931678696,
            "stop": 931678698
        }
    ]
}