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=5152
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=5153",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5151",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5152,
    "results": [
        {
            "start": 1136209651,
            "stop": 1136209666
        },
        {
            "start": 1136209669,
            "stop": 1136209680
        },
        {
            "start": 1136209682,
            "stop": 1136209686
        },
        {
            "start": 1136209688,
            "stop": 1136209692
        },
        {
            "start": 1136209694,
            "stop": 1136209705
        },
        {
            "start": 1136209707,
            "stop": 1136209712
        },
        {
            "start": 1136209714,
            "stop": 1136209752
        },
        {
            "start": 1136209754,
            "stop": 1136209758
        },
        {
            "start": 1136209761,
            "stop": 1136209867
        },
        {
            "start": 1136209869,
            "stop": 1136209906
        },
        {
            "start": 1136209908,
            "stop": 1136209930
        },
        {
            "start": 1136209932,
            "stop": 1136209946
        },
        {
            "start": 1136209948,
            "stop": 1136209952
        },
        {
            "start": 1136209954,
            "stop": 1136209967
        },
        {
            "start": 1136209969,
            "stop": 1136209973
        },
        {
            "start": 1136209975,
            "stop": 1136209978
        },
        {
            "start": 1136209982,
            "stop": 1136209986
        },
        {
            "start": 1136209988,
            "stop": 1136210024
        },
        {
            "start": 1136210026,
            "stop": 1136210103
        },
        {
            "start": 1136210105,
            "stop": 1136210118
        }
    ]
}