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=4791
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=4792",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4790",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4791,
    "results": [
        {
            "start": 970662661,
            "stop": 970662834
        },
        {
            "start": 970662837,
            "stop": 970662852
        },
        {
            "start": 970662855,
            "stop": 970663136
        },
        {
            "start": 970663139,
            "stop": 970663174
        },
        {
            "start": 970663177,
            "stop": 970663232
        },
        {
            "start": 970663235,
            "stop": 970663386
        },
        {
            "start": 970663390,
            "stop": 970663473
        },
        {
            "start": 970663476,
            "stop": 970663976
        },
        {
            "start": 970663979,
            "stop": 970664171
        },
        {
            "start": 970664174,
            "stop": 970664467
        },
        {
            "start": 970664471,
            "stop": 970664695
        },
        {
            "start": 970664698,
            "stop": 970664995
        },
        {
            "start": 970664998,
            "stop": 970665172
        },
        {
            "start": 970665176,
            "stop": 970665303
        },
        {
            "start": 970665306,
            "stop": 970665344
        },
        {
            "start": 970665347,
            "stop": 970666166
        },
        {
            "start": 970666170,
            "stop": 970666210
        },
        {
            "start": 970666213,
            "stop": 970666278
        },
        {
            "start": 970666281,
            "stop": 970666553
        },
        {
            "start": 970666556,
            "stop": 970666660
        }
    ]
}