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=5279
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=5280",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5278",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5279,
    "results": [
        {
            "start": 1136404248,
            "stop": 1136404249
        },
        {
            "start": 1136404253,
            "stop": 1136404259
        },
        {
            "start": 1136404261,
            "stop": 1136404323
        },
        {
            "start": 1136404325,
            "stop": 1136404331
        },
        {
            "start": 1136404333,
            "stop": 1136404338
        },
        {
            "start": 1136404340,
            "stop": 1136404343
        },
        {
            "start": 1136404345,
            "stop": 1136404387
        },
        {
            "start": 1136404389,
            "stop": 1136404401
        },
        {
            "start": 1136404404,
            "stop": 1136404490
        },
        {
            "start": 1136404492,
            "stop": 1136404500
        },
        {
            "start": 1136404502,
            "stop": 1136404511
        },
        {
            "start": 1136404513,
            "stop": 1136404515
        },
        {
            "start": 1136404517,
            "stop": 1136404518
        },
        {
            "start": 1136404520,
            "stop": 1136404566
        },
        {
            "start": 1136404568,
            "stop": 1136404583
        },
        {
            "start": 1136404587,
            "stop": 1136404597
        },
        {
            "start": 1136404600,
            "stop": 1136404620
        },
        {
            "start": 1136404621,
            "stop": 1136404622
        },
        {
            "start": 1136404624,
            "stop": 1136404644
        },
        {
            "start": 1136404646,
            "stop": 1136404654
        }
    ]
}