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=4240
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=4241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4239",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4240,
    "results": [
        {
            "start": 874555820,
            "stop": 874555854
        },
        {
            "start": 874555904,
            "stop": 874555920
        },
        {
            "start": 874555980,
            "stop": 874556049
        },
        {
            "start": 874556071,
            "stop": 874556072
        },
        {
            "start": 874556111,
            "stop": 874556139
        },
        {
            "start": 874556220,
            "stop": 874556232
        },
        {
            "start": 874556251,
            "stop": 874556264
        },
        {
            "start": 874556532,
            "stop": 874556582
        },
        {
            "start": 874556602,
            "stop": 874556634
        },
        {
            "start": 874556949,
            "stop": 874556956
        },
        {
            "start": 874556975,
            "stop": 874556979
        },
        {
            "start": 874556998,
            "stop": 874557002
        },
        {
            "start": 874557021,
            "stop": 874557060
        },
        {
            "start": 874557120,
            "stop": 874557129
        },
        {
            "start": 874557171,
            "stop": 874557180
        },
        {
            "start": 874557436,
            "stop": 874557441
        },
        {
            "start": 874557460,
            "stop": 874557467
        },
        {
            "start": 874557720,
            "stop": 874557761
        },
        {
            "start": 874557781,
            "stop": 874557819
        },
        {
            "start": 874557871,
            "stop": 874557900
        }
    ]
}