Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=29
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=28",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 29,
    "results": [
        {
            "start": 819402488,
            "stop": 819404713
        },
        {
            "start": 819405436,
            "stop": 819409237
        },
        {
            "start": 819410200,
            "stop": 819410252
        },
        {
            "start": 819411761,
            "stop": 819418799
        },
        {
            "start": 819419475,
            "stop": 819424101
        },
        {
            "start": 819424973,
            "stop": 819468370
        },
        {
            "start": 819468748,
            "stop": 819480760
        },
        {
            "start": 819486095,
            "stop": 819515371
        },
        {
            "start": 819515379,
            "stop": 819555933
        },
        {
            "start": 819557861,
            "stop": 819560093
        },
        {
            "start": 819560225,
            "stop": 819573192
        },
        {
            "start": 819574106,
            "stop": 819579924
        },
        {
            "start": 819580664,
            "stop": 819600237
        },
        {
            "start": 819601648,
            "stop": 819604127
        },
        {
            "start": 819605130,
            "stop": 819640860
        },
        {
            "start": 819642439,
            "stop": 819657071
        },
        {
            "start": 819659384,
            "stop": 819661345
        },
        {
            "start": 819662144,
            "stop": 819673745
        },
        {
            "start": 819673750,
            "stop": 819675538
        },
        {
            "start": 819675545,
            "stop": 819676761
        }
    ]
}