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=5265
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=5266",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5264",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5265,
    "results": [
        {
            "start": 1137069830,
            "stop": 1137069912
        },
        {
            "start": 1137069914,
            "stop": 1137069924
        },
        {
            "start": 1137069926,
            "stop": 1137069934
        },
        {
            "start": 1137069936,
            "stop": 1137069939
        },
        {
            "start": 1137069941,
            "stop": 1137069942
        },
        {
            "start": 1137069944,
            "stop": 1137069990
        },
        {
            "start": 1137069991,
            "stop": 1137070074
        },
        {
            "start": 1137070076,
            "stop": 1137070118
        },
        {
            "start": 1137070120,
            "stop": 1137070195
        },
        {
            "start": 1137070197,
            "stop": 1137070313
        },
        {
            "start": 1137070315,
            "stop": 1137070360
        },
        {
            "start": 1137070362,
            "stop": 1137070445
        },
        {
            "start": 1137070447,
            "stop": 1137070494
        },
        {
            "start": 1137070498,
            "stop": 1137070520
        },
        {
            "start": 1137070521,
            "stop": 1137070612
        },
        {
            "start": 1137070613,
            "stop": 1137070640
        },
        {
            "start": 1137070641,
            "stop": 1137070643
        },
        {
            "start": 1137070645,
            "stop": 1137070702
        },
        {
            "start": 1137070709,
            "stop": 1137070758
        },
        {
            "start": 1137070766,
            "stop": 1137070877
        }
    ]
}