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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=202",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 203,
    "results": [
        {
            "start": 851327458,
            "stop": 851343064
        },
        {
            "start": 851344184,
            "stop": 851352108
        },
        {
            "start": 851353473,
            "stop": 851360859
        },
        {
            "start": 851361693,
            "stop": 851365634
        },
        {
            "start": 851367998,
            "stop": 851369059
        },
        {
            "start": 851369244,
            "stop": 851373960
        },
        {
            "start": 851378004,
            "stop": 851391483
        },
        {
            "start": 851392056,
            "stop": 851411646
        },
        {
            "start": 851412718,
            "stop": 851433646
        },
        {
            "start": 851435617,
            "stop": 851437140
        },
        {
            "start": 851437883,
            "stop": 851441712
        },
        {
            "start": 851443610,
            "stop": 851447351
        },
        {
            "start": 851448048,
            "stop": 851454542
        },
        {
            "start": 851454715,
            "stop": 851462195
        },
        {
            "start": 851497324,
            "stop": 851498538
        },
        {
            "start": 851500059,
            "stop": 851501063
        },
        {
            "start": 851501312,
            "stop": 851502404
        },
        {
            "start": 851502648,
            "stop": 851502827
        },
        {
            "start": 851564658,
            "stop": 851583212
        },
        {
            "start": 851585939,
            "stop": 851613521
        }
    ]
}