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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4660",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4658",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4659,
    "results": [
        {
            "start": 969661802,
            "stop": 969661939
        },
        {
            "start": 969661944,
            "stop": 969663467
        },
        {
            "start": 969663470,
            "stop": 969663767
        },
        {
            "start": 969663770,
            "stop": 969664464
        },
        {
            "start": 969664467,
            "stop": 969664963
        },
        {
            "start": 969664966,
            "stop": 969665218
        },
        {
            "start": 969665221,
            "stop": 969665558
        },
        {
            "start": 969665678,
            "stop": 969666541
        },
        {
            "start": 969666544,
            "stop": 969667185
        },
        {
            "start": 969667188,
            "stop": 969669246
        },
        {
            "start": 969669249,
            "stop": 969669745
        },
        {
            "start": 969670409,
            "stop": 969670687
        },
        {
            "start": 969670690,
            "stop": 969670790
        },
        {
            "start": 969670977,
            "stop": 969671873
        },
        {
            "start": 969671876,
            "stop": 969672258
        },
        {
            "start": 969672261,
            "stop": 969673145
        },
        {
            "start": 969673148,
            "stop": 969674047
        },
        {
            "start": 969674064,
            "stop": 969675619
        },
        {
            "start": 969675622,
            "stop": 969675765
        },
        {
            "start": 969675768,
            "stop": 969675843
        }
    ]
}