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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3473",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3471",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3472,
    "results": [
        {
            "start": 969972767,
            "stop": 969972961
        },
        {
            "start": 969972964,
            "stop": 969973427
        },
        {
            "start": 969973547,
            "stop": 969973877
        },
        {
            "start": 969973880,
            "stop": 969973985
        },
        {
            "start": 969973988,
            "stop": 969974299
        },
        {
            "start": 969974305,
            "stop": 969974327
        },
        {
            "start": 969974387,
            "stop": 969974427
        },
        {
            "start": 969974433,
            "stop": 969974775
        },
        {
            "start": 969974778,
            "stop": 969974917
        },
        {
            "start": 969974920,
            "stop": 969975080
        },
        {
            "start": 969975083,
            "stop": 969975228
        },
        {
            "start": 969975231,
            "stop": 969975403
        },
        {
            "start": 969975406,
            "stop": 969975407
        },
        {
            "start": 969975527,
            "stop": 969975528
        },
        {
            "start": 969975531,
            "stop": 969975594
        },
        {
            "start": 969975597,
            "stop": 969975602
        },
        {
            "start": 969975603,
            "stop": 969975743
        },
        {
            "start": 969975746,
            "stop": 969975936
        },
        {
            "start": 969975939,
            "stop": 969975950
        },
        {
            "start": 969975953,
            "stop": 969975968
        }
    ]
}