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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=342",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 343,
    "results": [
        {
            "start": 931919582,
            "stop": 931919588
        },
        {
            "start": 931919590,
            "stop": 931919592
        },
        {
            "start": 931919594,
            "stop": 931919595
        },
        {
            "start": 931919597,
            "stop": 931919603
        },
        {
            "start": 931919609,
            "stop": 931919632
        },
        {
            "start": 931919634,
            "stop": 931919640
        },
        {
            "start": 931919642,
            "stop": 931919647
        },
        {
            "start": 931919649,
            "stop": 931919651
        },
        {
            "start": 931919654,
            "stop": 931919666
        },
        {
            "start": 931919671,
            "stop": 931919674
        },
        {
            "start": 931919677,
            "stop": 931919692
        },
        {
            "start": 931919695,
            "stop": 931919696
        },
        {
            "start": 931919698,
            "stop": 931919701
        },
        {
            "start": 931919703,
            "stop": 931919718
        },
        {
            "start": 931919720,
            "stop": 931919722
        },
        {
            "start": 931919725,
            "stop": 931919730
        },
        {
            "start": 931919732,
            "stop": 931919733
        },
        {
            "start": 931919735,
            "stop": 931919760
        },
        {
            "start": 931919763,
            "stop": 931919764
        },
        {
            "start": 931919766,
            "stop": 931919774
        }
    ]
}