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=46961
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=46962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46960",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46961,
    "results": [
        {
            "start": 875208455,
            "stop": 875208462
        },
        {
            "start": 875208468,
            "stop": 875208481
        },
        {
            "start": 875208482,
            "stop": 875208526
        },
        {
            "start": 875208527,
            "stop": 875208528
        },
        {
            "start": 875208531,
            "stop": 875208568
        },
        {
            "start": 875208569,
            "stop": 875208617
        },
        {
            "start": 875208620,
            "stop": 875208628
        },
        {
            "start": 875208629,
            "stop": 875208641
        },
        {
            "start": 875208643,
            "stop": 875208679
        },
        {
            "start": 875208685,
            "stop": 875208700
        },
        {
            "start": 875208701,
            "stop": 875208720
        },
        {
            "start": 875208723,
            "stop": 875208790
        },
        {
            "start": 875208791,
            "stop": 875208809
        },
        {
            "start": 875208812,
            "stop": 875208844
        },
        {
            "start": 875208848,
            "stop": 875208850
        },
        {
            "start": 875208853,
            "stop": 875208856
        },
        {
            "start": 875208859,
            "stop": 875208924
        },
        {
            "start": 875208925,
            "stop": 875208927
        },
        {
            "start": 875208930,
            "stop": 875208960
        },
        {
            "start": 875208963,
            "stop": 875209000
        }
    ]
}