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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=194",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 195,
    "results": [
        {
            "start": 933804215,
            "stop": 933804228
        },
        {
            "start": 933804232,
            "stop": 933807755
        },
        {
            "start": 933807757,
            "stop": 933807780
        },
        {
            "start": 933807783,
            "stop": 933807807
        },
        {
            "start": 933807809,
            "stop": 933807813
        },
        {
            "start": 933807815,
            "stop": 933807829
        },
        {
            "start": 933807833,
            "stop": 933810495
        },
        {
            "start": 933816782,
            "stop": 933818551
        },
        {
            "start": 933818554,
            "stop": 933818555
        },
        {
            "start": 933818557,
            "stop": 933818582
        },
        {
            "start": 933818585,
            "stop": 933818611
        },
        {
            "start": 933818613,
            "stop": 933818616
        },
        {
            "start": 933818619,
            "stop": 933818625
        },
        {
            "start": 933818627,
            "stop": 933818632
        },
        {
            "start": 933818637,
            "stop": 933820191
        },
        {
            "start": 933822603,
            "stop": 933824055
        },
        {
            "start": 933824415,
            "stop": 933825731
        },
        {
            "start": 933825733,
            "stop": 933825753
        },
        {
            "start": 933825756,
            "stop": 933825760
        },
        {
            "start": 933825763,
            "stop": 933825780
        }
    ]
}