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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=145",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=143",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 144,
    "results": [
        {
            "start": 818076007,
            "stop": 818076013
        },
        {
            "start": 818076022,
            "stop": 818076033
        },
        {
            "start": 818076041,
            "stop": 818076043
        },
        {
            "start": 818076048,
            "stop": 818076058
        },
        {
            "start": 818076061,
            "stop": 818076063
        },
        {
            "start": 818076066,
            "stop": 818076070
        },
        {
            "start": 818076075,
            "stop": 818076076
        },
        {
            "start": 818076080,
            "stop": 818076081
        },
        {
            "start": 818076084,
            "stop": 818076087
        },
        {
            "start": 818076100,
            "stop": 818076103
        },
        {
            "start": 818076108,
            "stop": 818076113
        },
        {
            "start": 818076116,
            "stop": 818076132
        },
        {
            "start": 818076138,
            "stop": 818076142
        },
        {
            "start": 818076145,
            "stop": 818076148
        },
        {
            "start": 818076157,
            "stop": 818076159
        },
        {
            "start": 818076165,
            "stop": 818076166
        },
        {
            "start": 818076169,
            "stop": 818076172
        },
        {
            "start": 818076175,
            "stop": 818076180
        },
        {
            "start": 818076186,
            "stop": 818076193
        },
        {
            "start": 818076199,
            "stop": 818076201
        }
    ]
}