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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=208",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 209,
    "results": [
        {
            "start": 846750374,
            "stop": 846750399
        },
        {
            "start": 846750403,
            "stop": 846750419
        },
        {
            "start": 846750427,
            "stop": 846750438
        },
        {
            "start": 846750470,
            "stop": 846750514
        },
        {
            "start": 846750518,
            "stop": 846750534
        },
        {
            "start": 846750537,
            "stop": 846750538
        },
        {
            "start": 846750542,
            "stop": 846750553
        },
        {
            "start": 846750557,
            "stop": 846750693
        },
        {
            "start": 846750697,
            "stop": 846750707
        },
        {
            "start": 846750716,
            "stop": 846750947
        },
        {
            "start": 846750951,
            "stop": 846751130
        },
        {
            "start": 846756016,
            "stop": 846756575
        },
        {
            "start": 846756579,
            "stop": 846826513
        },
        {
            "start": 846827781,
            "stop": 846833612
        },
        {
            "start": 846833616,
            "stop": 846833621
        },
        {
            "start": 846833625,
            "stop": 846833676
        },
        {
            "start": 846833690,
            "stop": 846833716
        },
        {
            "start": 846833720,
            "stop": 846833740
        },
        {
            "start": 846833754,
            "stop": 846833760
        },
        {
            "start": 846833769,
            "stop": 846833784
        }
    ]
}