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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=214",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 215,
    "results": [
        {
            "start": 1240186506,
            "stop": 1240186625
        },
        {
            "start": 1240186626,
            "stop": 1240186745
        },
        {
            "start": 1240186746,
            "stop": 1240186865
        },
        {
            "start": 1240186866,
            "stop": 1240186985
        },
        {
            "start": 1240186986,
            "stop": 1240187105
        },
        {
            "start": 1240187106,
            "stop": 1240187225
        },
        {
            "start": 1240187226,
            "stop": 1240187345
        },
        {
            "start": 1240187346,
            "stop": 1240187465
        },
        {
            "start": 1240187466,
            "stop": 1240187585
        },
        {
            "start": 1240187586,
            "stop": 1240187705
        },
        {
            "start": 1240187706,
            "stop": 1240187825
        },
        {
            "start": 1240187826,
            "stop": 1240187945
        },
        {
            "start": 1240187946,
            "stop": 1240188065
        },
        {
            "start": 1240188066,
            "stop": 1240188185
        },
        {
            "start": 1240188186,
            "stop": 1240188305
        },
        {
            "start": 1240188306,
            "stop": 1240188425
        },
        {
            "start": 1240188426,
            "stop": 1240188545
        },
        {
            "start": 1240188546,
            "stop": 1240188665
        },
        {
            "start": 1240188666,
            "stop": 1240188785
        },
        {
            "start": 1240188786,
            "stop": 1240188905
        }
    ]
}