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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46927",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46928,
    "results": [
        {
            "start": 875195235,
            "stop": 875195237
        },
        {
            "start": 875195238,
            "stop": 875195267
        },
        {
            "start": 875195270,
            "stop": 875195273
        },
        {
            "start": 875195277,
            "stop": 875195329
        },
        {
            "start": 875195330,
            "stop": 875195331
        },
        {
            "start": 875195334,
            "stop": 875195366
        },
        {
            "start": 875195369,
            "stop": 875195381
        },
        {
            "start": 875195382,
            "stop": 875195415
        },
        {
            "start": 875195416,
            "stop": 875195444
        },
        {
            "start": 875195447,
            "stop": 875195459
        },
        {
            "start": 875195462,
            "stop": 875195499
        },
        {
            "start": 875195500,
            "stop": 875195583
        },
        {
            "start": 875195586,
            "stop": 875195602
        },
        {
            "start": 875195603,
            "stop": 875195636
        },
        {
            "start": 875195638,
            "stop": 875195663
        },
        {
            "start": 875195664,
            "stop": 875195669
        },
        {
            "start": 875195670,
            "stop": 875195673
        },
        {
            "start": 875195676,
            "stop": 875195709
        },
        {
            "start": 875195713,
            "stop": 875195730
        },
        {
            "start": 875195733,
            "stop": 875195753
        }
    ]
}