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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2334",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2335,
    "results": [
        {
            "start": 871775675,
            "stop": 871775820
        },
        {
            "start": 871775940,
            "stop": 871776002
        },
        {
            "start": 871776009,
            "stop": 871776343
        },
        {
            "start": 871776360,
            "stop": 871776709
        },
        {
            "start": 871776726,
            "stop": 871776731
        },
        {
            "start": 871776748,
            "stop": 871777384
        },
        {
            "start": 871777401,
            "stop": 871777416
        },
        {
            "start": 871777433,
            "stop": 871777706
        },
        {
            "start": 871777723,
            "stop": 871778303
        },
        {
            "start": 871778320,
            "stop": 871778377
        },
        {
            "start": 871778394,
            "stop": 871778547
        },
        {
            "start": 871778567,
            "stop": 871778681
        },
        {
            "start": 871778698,
            "stop": 871778734
        },
        {
            "start": 871778751,
            "stop": 871778765
        },
        {
            "start": 871778782,
            "stop": 871778865
        },
        {
            "start": 871778893,
            "stop": 871778903
        },
        {
            "start": 871778920,
            "stop": 871779365
        },
        {
            "start": 871779382,
            "stop": 871779901
        },
        {
            "start": 871779918,
            "stop": 871779996
        },
        {
            "start": 871780015,
            "stop": 871780018
        }
    ]
}