Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=66
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=65",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 66,
    "results": [
        {
            "start": 822944811,
            "stop": 822947077
        },
        {
            "start": 822947676,
            "stop": 822951989
        },
        {
            "start": 822952778,
            "stop": 822966137
        },
        {
            "start": 822967444,
            "stop": 822967862
        },
        {
            "start": 822968821,
            "stop": 822970850
        },
        {
            "start": 822971353,
            "stop": 822973508
        },
        {
            "start": 822974119,
            "stop": 822985573
        },
        {
            "start": 822986196,
            "stop": 822994777
        },
        {
            "start": 822995734,
            "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": 823077999
        },
        {
            "start": 823079361,
            "stop": 823080394
        },
        {
            "start": 823080802,
            "stop": 823080813
        },
        {
            "start": 823081133,
            "stop": 823082320
        },
        {
            "start": 823084717,
            "stop": 823084757
        },
        {
            "start": 823090112,
            "stop": 823090182
        }
    ]
}