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=5105
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=5106",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5104",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5105,
    "results": [
        {
            "start": 1135885517,
            "stop": 1135885681
        },
        {
            "start": 1135885683,
            "stop": 1135885964
        },
        {
            "start": 1135885966,
            "stop": 1135885975
        },
        {
            "start": 1135885978,
            "stop": 1135886029
        },
        {
            "start": 1135886031,
            "stop": 1135886032
        },
        {
            "start": 1135886034,
            "stop": 1135886036
        },
        {
            "start": 1135886038,
            "stop": 1135886043
        },
        {
            "start": 1135886045,
            "stop": 1135886077
        },
        {
            "start": 1135886079,
            "stop": 1135886082
        },
        {
            "start": 1135886084,
            "stop": 1135886108
        },
        {
            "start": 1135886110,
            "stop": 1135886113
        },
        {
            "start": 1135886115,
            "stop": 1135886126
        },
        {
            "start": 1135886128,
            "stop": 1135886164
        },
        {
            "start": 1135886166,
            "stop": 1135886181
        },
        {
            "start": 1135886183,
            "stop": 1135886199
        },
        {
            "start": 1135886201,
            "stop": 1135886213
        },
        {
            "start": 1135886215,
            "stop": 1135886272
        },
        {
            "start": 1135886274,
            "stop": 1135886285
        },
        {
            "start": 1135886287,
            "stop": 1135886298
        },
        {
            "start": 1135886301,
            "stop": 1135886313
        }
    ]
}