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=5341
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=5342",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5340",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5341,
    "results": [
        {
            "start": 1136602724,
            "stop": 1136602733
        },
        {
            "start": 1136602735,
            "stop": 1136602746
        },
        {
            "start": 1136602748,
            "stop": 1136602762
        },
        {
            "start": 1136602764,
            "stop": 1136602777
        },
        {
            "start": 1136602779,
            "stop": 1136602780
        },
        {
            "start": 1136602783,
            "stop": 1136602785
        },
        {
            "start": 1136602787,
            "stop": 1136602792
        },
        {
            "start": 1136602794,
            "stop": 1136602821
        },
        {
            "start": 1136602823,
            "stop": 1136602834
        },
        {
            "start": 1136602836,
            "stop": 1136602853
        },
        {
            "start": 1136602855,
            "stop": 1136602858
        },
        {
            "start": 1136602860,
            "stop": 1136602873
        },
        {
            "start": 1136602875,
            "stop": 1136602905
        },
        {
            "start": 1136602907,
            "stop": 1136602931
        },
        {
            "start": 1136602933,
            "stop": 1136602935
        },
        {
            "start": 1136602937,
            "stop": 1136602947
        },
        {
            "start": 1136602949,
            "stop": 1136602966
        },
        {
            "start": 1136602968,
            "stop": 1136602985
        },
        {
            "start": 1136602987,
            "stop": 1136602999
        },
        {
            "start": 1136603001,
            "stop": 1136603006
        }
    ]
}