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=5203
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=5204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5202",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5203,
    "results": [
        {
            "start": 969942348,
            "stop": 969942428
        },
        {
            "start": 969942431,
            "stop": 969942499
        },
        {
            "start": 969942502,
            "stop": 969942568
        },
        {
            "start": 969942571,
            "stop": 969942837
        },
        {
            "start": 969942840,
            "stop": 969942970
        },
        {
            "start": 969943909,
            "stop": 969943914
        },
        {
            "start": 969943932,
            "stop": 969943952
        },
        {
            "start": 969943955,
            "stop": 969944055
        },
        {
            "start": 969944718,
            "stop": 969944974
        },
        {
            "start": 969944977,
            "stop": 969945178
        },
        {
            "start": 969945181,
            "stop": 969945369
        },
        {
            "start": 969945372,
            "stop": 969945382
        },
        {
            "start": 969945385,
            "stop": 969945462
        },
        {
            "start": 969945465,
            "stop": 969945587
        },
        {
            "start": 969945590,
            "stop": 969946013
        },
        {
            "start": 969946016,
            "stop": 969946436
        },
        {
            "start": 969946439,
            "stop": 969946595
        },
        {
            "start": 969946598,
            "stop": 969947070
        },
        {
            "start": 969947073,
            "stop": 969947369
        },
        {
            "start": 969947372,
            "stop": 969947391
        }
    ]
}