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=5120
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=5121",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5119",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5120,
    "results": [
        {
            "start": 1135896989,
            "stop": 1135896999
        },
        {
            "start": 1135897001,
            "stop": 1135897066
        },
        {
            "start": 1135897068,
            "stop": 1135897081
        },
        {
            "start": 1135897083,
            "stop": 1135897088
        },
        {
            "start": 1135897090,
            "stop": 1135897094
        },
        {
            "start": 1135897096,
            "stop": 1135897097
        },
        {
            "start": 1135897099,
            "stop": 1135897100
        },
        {
            "start": 1135897102,
            "stop": 1135897115
        },
        {
            "start": 1135897117,
            "stop": 1135897120
        },
        {
            "start": 1135897122,
            "stop": 1135897296
        },
        {
            "start": 1135897298,
            "stop": 1135897321
        },
        {
            "start": 1135897323,
            "stop": 1135897333
        },
        {
            "start": 1135897335,
            "stop": 1135897350
        },
        {
            "start": 1135897352,
            "stop": 1135897361
        },
        {
            "start": 1135897363,
            "stop": 1135897369
        },
        {
            "start": 1135897371,
            "stop": 1135897442
        },
        {
            "start": 1135897444,
            "stop": 1135897460
        },
        {
            "start": 1135897462,
            "stop": 1135897479
        },
        {
            "start": 1135897481,
            "stop": 1135897497
        },
        {
            "start": 1135897499,
            "stop": 1135897550
        }
    ]
}