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=254
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=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=253",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 254,
    "results": [
        {
            "start": 818225101,
            "stop": 818225102
        },
        {
            "start": 818225111,
            "stop": 818225114
        },
        {
            "start": 818225131,
            "stop": 818225132
        },
        {
            "start": 818225140,
            "stop": 818225144
        },
        {
            "start": 818225147,
            "stop": 818225148
        },
        {
            "start": 818225155,
            "stop": 818225161
        },
        {
            "start": 818225164,
            "stop": 818225168
        },
        {
            "start": 818225172,
            "stop": 818225173
        },
        {
            "start": 818225178,
            "stop": 818225184
        },
        {
            "start": 818225189,
            "stop": 818225193
        },
        {
            "start": 818225199,
            "stop": 818225200
        },
        {
            "start": 818225210,
            "stop": 818225211
        },
        {
            "start": 818225226,
            "stop": 818225228
        },
        {
            "start": 818225231,
            "stop": 818225237
        },
        {
            "start": 818225241,
            "stop": 818225245
        },
        {
            "start": 818225258,
            "stop": 818225259
        },
        {
            "start": 818225270,
            "stop": 818225271
        },
        {
            "start": 818225277,
            "stop": 818225281
        },
        {
            "start": 818225286,
            "stop": 818225291
        },
        {
            "start": 818225294,
            "stop": 818225295
        }
    ]
}