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=5226
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=5227",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5225",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5226,
    "results": [
        {
            "start": 1137049576,
            "stop": 1137049580
        },
        {
            "start": 1137049581,
            "stop": 1137049591
        },
        {
            "start": 1137049593,
            "stop": 1137049653
        },
        {
            "start": 1137049656,
            "stop": 1137049688
        },
        {
            "start": 1137049690,
            "stop": 1137049693
        },
        {
            "start": 1137049699,
            "stop": 1137049710
        },
        {
            "start": 1137049712,
            "stop": 1137049717
        },
        {
            "start": 1137049719,
            "stop": 1137049749
        },
        {
            "start": 1137049751,
            "stop": 1137049774
        },
        {
            "start": 1137049776,
            "stop": 1137049783
        },
        {
            "start": 1137049785,
            "stop": 1137049801
        },
        {
            "start": 1137049805,
            "stop": 1137049842
        },
        {
            "start": 1137049844,
            "stop": 1137049872
        },
        {
            "start": 1137049874,
            "stop": 1137049891
        },
        {
            "start": 1137049893,
            "stop": 1137049908
        },
        {
            "start": 1137049911,
            "stop": 1137049924
        },
        {
            "start": 1137049925,
            "stop": 1137049969
        },
        {
            "start": 1137049971,
            "stop": 1137049995
        },
        {
            "start": 1137049997,
            "stop": 1137049999
        },
        {
            "start": 1137050003,
            "stop": 1137050012
        }
    ]
}