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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4123",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4124,
    "results": [
        {
            "start": 874252294,
            "stop": 874252313
        },
        {
            "start": 874252332,
            "stop": 874252338
        },
        {
            "start": 874252368,
            "stop": 874252397
        },
        {
            "start": 874252425,
            "stop": 874252426
        },
        {
            "start": 874252445,
            "stop": 874252485
        },
        {
            "start": 874252514,
            "stop": 874252537
        },
        {
            "start": 874252556,
            "stop": 874252570
        },
        {
            "start": 874252589,
            "stop": 874252600
        },
        {
            "start": 874252625,
            "stop": 874252638
        },
        {
            "start": 874252704,
            "stop": 874252725
        },
        {
            "start": 874252763,
            "stop": 874252820
        },
        {
            "start": 874252839,
            "stop": 874252907
        },
        {
            "start": 874252926,
            "stop": 874252994
        },
        {
            "start": 874253116,
            "stop": 874253180
        },
        {
            "start": 874253199,
            "stop": 874253202
        },
        {
            "start": 874253222,
            "stop": 874253248
        },
        {
            "start": 874253267,
            "stop": 874253280
        },
        {
            "start": 874253355,
            "stop": 874253382
        },
        {
            "start": 874253409,
            "stop": 874253427
        },
        {
            "start": 874253446,
            "stop": 874253498
        }
    ]
}