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/H1_BURST_CAT3/segments?format=api&page=5249
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5250",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5248",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5249,
    "results": [
        {
            "start": 1137059333,
            "stop": 1137059361
        },
        {
            "start": 1137059363,
            "stop": 1137059365
        },
        {
            "start": 1137059367,
            "stop": 1137059368
        },
        {
            "start": 1137059370,
            "stop": 1137059372
        },
        {
            "start": 1137059374,
            "stop": 1137059444
        },
        {
            "start": 1137059446,
            "stop": 1137059507
        },
        {
            "start": 1137059509,
            "stop": 1137059551
        },
        {
            "start": 1137059553,
            "stop": 1137059610
        },
        {
            "start": 1137059614,
            "stop": 1137059623
        },
        {
            "start": 1137059625,
            "stop": 1137059672
        },
        {
            "start": 1137059674,
            "stop": 1137059802
        },
        {
            "start": 1137059803,
            "stop": 1137059824
        },
        {
            "start": 1137059826,
            "stop": 1137059874
        },
        {
            "start": 1137059876,
            "stop": 1137059896
        },
        {
            "start": 1137059898,
            "stop": 1137059943
        },
        {
            "start": 1137059945,
            "stop": 1137059959
        },
        {
            "start": 1137059961,
            "stop": 1137060009
        },
        {
            "start": 1137060010,
            "stop": 1137060056
        },
        {
            "start": 1137060058,
            "stop": 1137060119
        },
        {
            "start": 1137060121,
            "stop": 1137060151
        }
    ]
}