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=5115
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=5116",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5114",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5115,
    "results": [
        {
            "start": 1135893378,
            "stop": 1135893393
        },
        {
            "start": 1135893395,
            "stop": 1135893399
        },
        {
            "start": 1135893401,
            "stop": 1135893432
        },
        {
            "start": 1135893434,
            "stop": 1135893446
        },
        {
            "start": 1135893448,
            "stop": 1135893506
        },
        {
            "start": 1135893508,
            "stop": 1135893514
        },
        {
            "start": 1135893516,
            "stop": 1135893519
        },
        {
            "start": 1135893521,
            "stop": 1135893615
        },
        {
            "start": 1135893617,
            "stop": 1135893630
        },
        {
            "start": 1135893632,
            "stop": 1135893639
        },
        {
            "start": 1135893641,
            "stop": 1135893646
        },
        {
            "start": 1135893648,
            "stop": 1135893662
        },
        {
            "start": 1135893664,
            "stop": 1135893762
        },
        {
            "start": 1135893764,
            "stop": 1135893936
        },
        {
            "start": 1135893938,
            "stop": 1135893953
        },
        {
            "start": 1135893957,
            "stop": 1135893966
        },
        {
            "start": 1135893968,
            "stop": 1135894097
        },
        {
            "start": 1135894099,
            "stop": 1135894108
        },
        {
            "start": 1135894110,
            "stop": 1135894145
        },
        {
            "start": 1135894149,
            "stop": 1135894192
        }
    ]
}