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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=118",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=116",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 117,
    "results": [
        {
            "start": 845588092,
            "stop": 845588468
        },
        {
            "start": 845589185,
            "stop": 845590661
        },
        {
            "start": 845591557,
            "stop": 845643503
        },
        {
            "start": 845643601,
            "stop": 845659356
        },
        {
            "start": 845659511,
            "stop": 845668172
        },
        {
            "start": 845671082,
            "stop": 845674179
        },
        {
            "start": 845676226,
            "stop": 845720345
        },
        {
            "start": 845720517,
            "stop": 845734996
        },
        {
            "start": 845801191,
            "stop": 845811391
        },
        {
            "start": 845812640,
            "stop": 845813286
        },
        {
            "start": 845813792,
            "stop": 845815980
        },
        {
            "start": 845816016,
            "stop": 845816538
        },
        {
            "start": 845966391,
            "stop": 845999772
        },
        {
            "start": 845999832,
            "stop": 846006335
        },
        {
            "start": 846006388,
            "stop": 846010511
        },
        {
            "start": 846010776,
            "stop": 846012576
        },
        {
            "start": 846012646,
            "stop": 846013231
        },
        {
            "start": 846013302,
            "stop": 846013443
        },
        {
            "start": 846013482,
            "stop": 846016728
        },
        {
            "start": 846016764,
            "stop": 846017722
        }
    ]
}