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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=498",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=496",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 497,
    "results": [
        {
            "start": 822921433,
            "stop": 822944113
        },
        {
            "start": 822944811,
            "stop": 822947053
        },
        {
            "start": 822947713,
            "stop": 822951989
        },
        {
            "start": 822952778,
            "stop": 822966137
        },
        {
            "start": 822967444,
            "stop": 822967862
        },
        {
            "start": 822968833,
            "stop": 822970850
        },
        {
            "start": 822971353,
            "stop": 822973508
        },
        {
            "start": 822974119,
            "stop": 822985573
        },
        {
            "start": 822986196,
            "stop": 822994753
        },
        {
            "start": 822995734,
            "stop": 823009423
        },
        {
            "start": 823009425,
            "stop": 823011970
        },
        {
            "start": 823013553,
            "stop": 823018341
        },
        {
            "start": 823018927,
            "stop": 823018980
        },
        {
            "start": 823019380,
            "stop": 823019511
        },
        {
            "start": 823020005,
            "stop": 823029254
        },
        {
            "start": 823030180,
            "stop": 823032408
        },
        {
            "start": 823033590,
            "stop": 823042032
        },
        {
            "start": 823042033,
            "stop": 823077973
        },
        {
            "start": 823079413,
            "stop": 823079720
        },
        {
            "start": 823079721,
            "stop": 823080394
        }
    ]
}