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=5137
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=5138",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5136",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5137,
    "results": [
        {
            "start": 1135996279,
            "stop": 1135996759
        },
        {
            "start": 1135996761,
            "stop": 1135996770
        },
        {
            "start": 1135996772,
            "stop": 1135996827
        },
        {
            "start": 1135996829,
            "stop": 1135996830
        },
        {
            "start": 1135996832,
            "stop": 1135997311
        },
        {
            "start": 1135997313,
            "stop": 1135997376
        },
        {
            "start": 1135997378,
            "stop": 1135997412
        },
        {
            "start": 1135997414,
            "stop": 1135997839
        },
        {
            "start": 1135997841,
            "stop": 1135998186
        },
        {
            "start": 1135998188,
            "stop": 1135998236
        },
        {
            "start": 1135998238,
            "stop": 1135998333
        },
        {
            "start": 1135998335,
            "stop": 1135998518
        },
        {
            "start": 1135998520,
            "stop": 1135998592
        },
        {
            "start": 1135998594,
            "stop": 1135998700
        },
        {
            "start": 1135998702,
            "stop": 1135998753
        },
        {
            "start": 1135998755,
            "stop": 1135998793
        },
        {
            "start": 1135998795,
            "stop": 1135998941
        },
        {
            "start": 1135998944,
            "stop": 1135998964
        },
        {
            "start": 1135998966,
            "stop": 1135999003
        },
        {
            "start": 1135999005,
            "stop": 1135999055
        }
    ]
}