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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10152",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10153,
    "results": [
        {
            "start": 873738130,
            "stop": 873738161
        },
        {
            "start": 873738169,
            "stop": 873738180
        },
        {
            "start": 873738480,
            "stop": 873738514
        },
        {
            "start": 873738525,
            "stop": 873738536
        },
        {
            "start": 873738545,
            "stop": 873738600
        },
        {
            "start": 873738780,
            "stop": 873738840
        },
        {
            "start": 873738900,
            "stop": 873738903
        },
        {
            "start": 873738910,
            "stop": 873738960
        },
        {
            "start": 873739020,
            "stop": 873739040
        },
        {
            "start": 873739048,
            "stop": 873739068
        },
        {
            "start": 873739075,
            "stop": 873739080
        },
        {
            "start": 873739140,
            "stop": 873739236
        },
        {
            "start": 873739243,
            "stop": 873739246
        },
        {
            "start": 873739253,
            "stop": 873739329
        },
        {
            "start": 873739336,
            "stop": 873739421
        },
        {
            "start": 873739428,
            "stop": 873739540
        },
        {
            "start": 873739630,
            "stop": 873739680
        },
        {
            "start": 873742200,
            "stop": 873742208
        },
        {
            "start": 873742215,
            "stop": 873742275
        },
        {
            "start": 873742291,
            "stop": 873742300
        }
    ]
}