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=3879
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=3880",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3878",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3879,
    "results": [
        {
            "start": 873911115,
            "stop": 873911120
        },
        {
            "start": 873911123,
            "stop": 873911126
        },
        {
            "start": 873911132,
            "stop": 873911134
        },
        {
            "start": 873911140,
            "stop": 873911154
        },
        {
            "start": 873911157,
            "stop": 873911189
        },
        {
            "start": 873911194,
            "stop": 873911201
        },
        {
            "start": 873911204,
            "stop": 873911208
        },
        {
            "start": 873911213,
            "stop": 873911230
        },
        {
            "start": 873911233,
            "stop": 873911244
        },
        {
            "start": 873911247,
            "stop": 873911258
        },
        {
            "start": 873911261,
            "stop": 873911277
        },
        {
            "start": 873911280,
            "stop": 873911289
        },
        {
            "start": 873911292,
            "stop": 873911318
        },
        {
            "start": 873911321,
            "stop": 873911393
        },
        {
            "start": 873911396,
            "stop": 873911404
        },
        {
            "start": 873911408,
            "stop": 873911414
        },
        {
            "start": 873911433,
            "stop": 873911434
        },
        {
            "start": 873911438,
            "stop": 873911441
        },
        {
            "start": 873911444,
            "stop": 873911464
        },
        {
            "start": 873911468,
            "stop": 873911471
        }
    ]
}