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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3576",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3577,
    "results": [
        {
            "start": 871777723,
            "stop": 871778182
        },
        {
            "start": 871778199,
            "stop": 871778303
        },
        {
            "start": 871778320,
            "stop": 871778323
        },
        {
            "start": 871778340,
            "stop": 871778377
        },
        {
            "start": 871778394,
            "stop": 871778547
        },
        {
            "start": 871778567,
            "stop": 871778681
        },
        {
            "start": 871778698,
            "stop": 871778734
        },
        {
            "start": 871778757,
            "stop": 871778765
        },
        {
            "start": 871778782,
            "stop": 871778798
        },
        {
            "start": 871778827,
            "stop": 871778865
        },
        {
            "start": 871778893,
            "stop": 871778903
        },
        {
            "start": 871778920,
            "stop": 871779001
        },
        {
            "start": 871779018,
            "stop": 871779365
        },
        {
            "start": 871779383,
            "stop": 871779719
        },
        {
            "start": 871779736,
            "stop": 871779901
        },
        {
            "start": 871779918,
            "stop": 871779996
        },
        {
            "start": 871780015,
            "stop": 871780018
        },
        {
            "start": 871780050,
            "stop": 871780057
        },
        {
            "start": 871780086,
            "stop": 871780092
        },
        {
            "start": 871780109,
            "stop": 871780500
        }
    ]
}