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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=213",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 214,
    "results": [
        {
            "start": 1240184106,
            "stop": 1240184225
        },
        {
            "start": 1240184226,
            "stop": 1240184345
        },
        {
            "start": 1240184346,
            "stop": 1240184465
        },
        {
            "start": 1240184466,
            "stop": 1240184585
        },
        {
            "start": 1240184586,
            "stop": 1240184705
        },
        {
            "start": 1240184706,
            "stop": 1240184825
        },
        {
            "start": 1240184826,
            "stop": 1240184945
        },
        {
            "start": 1240184946,
            "stop": 1240185065
        },
        {
            "start": 1240185066,
            "stop": 1240185185
        },
        {
            "start": 1240185186,
            "stop": 1240185305
        },
        {
            "start": 1240185306,
            "stop": 1240185405
        },
        {
            "start": 1240185406,
            "stop": 1240185545
        },
        {
            "start": 1240185546,
            "stop": 1240185665
        },
        {
            "start": 1240185666,
            "stop": 1240185785
        },
        {
            "start": 1240185786,
            "stop": 1240185905
        },
        {
            "start": 1240185906,
            "stop": 1240186025
        },
        {
            "start": 1240186026,
            "stop": 1240186145
        },
        {
            "start": 1240186146,
            "stop": 1240186265
        },
        {
            "start": 1240186266,
            "stop": 1240186385
        },
        {
            "start": 1240186386,
            "stop": 1240186505
        }
    ]
}