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=479
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=480",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=478",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 479,
    "results": [
        {
            "start": 826310204,
            "stop": 826310685
        },
        {
            "start": 826310704,
            "stop": 826312697
        },
        {
            "start": 826312714,
            "stop": 826312886
        },
        {
            "start": 826312905,
            "stop": 826313654
        },
        {
            "start": 826313676,
            "stop": 826314649
        },
        {
            "start": 826314720,
            "stop": 826314987
        },
        {
            "start": 826315013,
            "stop": 826315017
        },
        {
            "start": 826315038,
            "stop": 826315650
        },
        {
            "start": 826315740,
            "stop": 826316089
        },
        {
            "start": 826324002,
            "stop": 826324424
        },
        {
            "start": 826324441,
            "stop": 826326463
        },
        {
            "start": 826326480,
            "stop": 826326646
        },
        {
            "start": 826332770,
            "stop": 826333504
        },
        {
            "start": 826333521,
            "stop": 826334442
        },
        {
            "start": 826334462,
            "stop": 826336316
        },
        {
            "start": 826336336,
            "stop": 826337347
        },
        {
            "start": 826337364,
            "stop": 826339639
        },
        {
            "start": 826339749,
            "stop": 826339791
        },
        {
            "start": 826340267,
            "stop": 826340268
        },
        {
            "start": 826340568,
            "stop": 826341081
        }
    ]
}