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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=395",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 396,
    "results": [
        {
            "start": 859128854,
            "stop": 859128865
        },
        {
            "start": 859129165,
            "stop": 859132490
        },
        {
            "start": 859132496,
            "stop": 859132513
        },
        {
            "start": 859132516,
            "stop": 859136946
        },
        {
            "start": 859136949,
            "stop": 859137742
        },
        {
            "start": 859137748,
            "stop": 859137767
        },
        {
            "start": 859137785,
            "stop": 859137795
        },
        {
            "start": 859137803,
            "stop": 859137825
        },
        {
            "start": 859137830,
            "stop": 859137866
        },
        {
            "start": 859137868,
            "stop": 859137871
        },
        {
            "start": 859137872,
            "stop": 859139272
        },
        {
            "start": 859139283,
            "stop": 859139305
        },
        {
            "start": 859139310,
            "stop": 859139321
        },
        {
            "start": 859139328,
            "stop": 859139342
        },
        {
            "start": 859139348,
            "stop": 859139355
        },
        {
            "start": 859139358,
            "stop": 859139365
        },
        {
            "start": 859139371,
            "stop": 859140646
        },
        {
            "start": 859141002,
            "stop": 859145480
        },
        {
            "start": 859145483,
            "stop": 859145588
        },
        {
            "start": 859147006,
            "stop": 859147337
        }
    ]
}