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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16726",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16724",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16725,
    "results": [
        {
            "start": 875012177,
            "stop": 875012183
        },
        {
            "start": 875012187,
            "stop": 875012191
        },
        {
            "start": 875012192,
            "stop": 875012206
        },
        {
            "start": 875012213,
            "stop": 875012216
        },
        {
            "start": 875012219,
            "stop": 875012225
        },
        {
            "start": 875012226,
            "stop": 875012237
        },
        {
            "start": 875012244,
            "stop": 875012249
        },
        {
            "start": 875012250,
            "stop": 875012257
        },
        {
            "start": 875012267,
            "stop": 875012269
        },
        {
            "start": 875012272,
            "stop": 875012287
        },
        {
            "start": 875012290,
            "stop": 875012293
        },
        {
            "start": 875012295,
            "stop": 875012296
        },
        {
            "start": 875012299,
            "stop": 875012301
        },
        {
            "start": 875012305,
            "stop": 875012311
        },
        {
            "start": 875012312,
            "stop": 875012315
        },
        {
            "start": 875012318,
            "stop": 875012319
        },
        {
            "start": 875012322,
            "stop": 875012323
        },
        {
            "start": 875012329,
            "stop": 875012335
        },
        {
            "start": 875012346,
            "stop": 875012351
        },
        {
            "start": 875012352,
            "stop": 875012355
        }
    ]
}