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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=238",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 239,
    "results": [
        {
            "start": 848132552,
            "stop": 848132553
        },
        {
            "start": 848134064,
            "stop": 848135532
        },
        {
            "start": 848139050,
            "stop": 848146689
        },
        {
            "start": 848147893,
            "stop": 848148373
        },
        {
            "start": 848149404,
            "stop": 848152333
        },
        {
            "start": 848153567,
            "stop": 848154313
        },
        {
            "start": 848157275,
            "stop": 848157967
        },
        {
            "start": 848158033,
            "stop": 848158722
        },
        {
            "start": 848161308,
            "stop": 848161933
        },
        {
            "start": 848163106,
            "stop": 848164915
        },
        {
            "start": 848182704,
            "stop": 848194513
        },
        {
            "start": 848195862,
            "stop": 848196012
        },
        {
            "start": 848196554,
            "stop": 848196913
        },
        {
            "start": 848196950,
            "stop": 848196951
        },
        {
            "start": 848197098,
            "stop": 848215153
        },
        {
            "start": 848216194,
            "stop": 848219831
        },
        {
            "start": 848220644,
            "stop": 848222833
        },
        {
            "start": 848222877,
            "stop": 848222879
        },
        {
            "start": 848224373,
            "stop": 848226361
        },
        {
            "start": 848230284,
            "stop": 848235433
        }
    ]
}