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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=196",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 197,
    "results": [
        {
            "start": 931151794,
            "stop": 931151800
        },
        {
            "start": 931151801,
            "stop": 931151804
        },
        {
            "start": 931151808,
            "stop": 931151812
        },
        {
            "start": 931151819,
            "stop": 931151823
        },
        {
            "start": 931151824,
            "stop": 931151831
        },
        {
            "start": 931151832,
            "stop": 931151835
        },
        {
            "start": 931151836,
            "stop": 931151837
        },
        {
            "start": 931151842,
            "stop": 931151843
        },
        {
            "start": 931151844,
            "stop": 931151845
        },
        {
            "start": 931151847,
            "stop": 931151850
        },
        {
            "start": 931151851,
            "stop": 931151853
        },
        {
            "start": 931151857,
            "stop": 931151858
        },
        {
            "start": 931151859,
            "stop": 931151877
        },
        {
            "start": 931151880,
            "stop": 931151896
        },
        {
            "start": 931151898,
            "stop": 931151899
        },
        {
            "start": 931151900,
            "stop": 931151903
        },
        {
            "start": 931151904,
            "stop": 931151908
        },
        {
            "start": 931151909,
            "stop": 931151913
        },
        {
            "start": 931151916,
            "stop": 931151919
        },
        {
            "start": 931151920,
            "stop": 931151924
        }
    ]
}