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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5104",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5102",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5103,
    "results": [
        {
            "start": 1135883833,
            "stop": 1135883848
        },
        {
            "start": 1135883850,
            "stop": 1135883852
        },
        {
            "start": 1135883854,
            "stop": 1135883877
        },
        {
            "start": 1135883879,
            "stop": 1135883946
        },
        {
            "start": 1135883948,
            "stop": 1135884068
        },
        {
            "start": 1135884070,
            "stop": 1135884118
        },
        {
            "start": 1135884120,
            "stop": 1135884144
        },
        {
            "start": 1135884146,
            "stop": 1135884158
        },
        {
            "start": 1135884160,
            "stop": 1135884161
        },
        {
            "start": 1135884163,
            "stop": 1135884189
        },
        {
            "start": 1135884191,
            "stop": 1135884193
        },
        {
            "start": 1135884195,
            "stop": 1135884260
        },
        {
            "start": 1135884262,
            "stop": 1135884271
        },
        {
            "start": 1135884273,
            "stop": 1135884286
        },
        {
            "start": 1135884288,
            "stop": 1135884323
        },
        {
            "start": 1135884325,
            "stop": 1135884407
        },
        {
            "start": 1135884409,
            "stop": 1135884436
        },
        {
            "start": 1135884438,
            "stop": 1135884461
        },
        {
            "start": 1135884463,
            "stop": 1135884546
        },
        {
            "start": 1135884548,
            "stop": 1135884561
        }
    ]
}