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=46884
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=46885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46883",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46884,
    "results": [
        {
            "start": 875153369,
            "stop": 875153422
        },
        {
            "start": 875153423,
            "stop": 875153438
        },
        {
            "start": 875153439,
            "stop": 875153460
        },
        {
            "start": 875153462,
            "stop": 875153463
        },
        {
            "start": 875153465,
            "stop": 875153491
        },
        {
            "start": 875153492,
            "stop": 875153521
        },
        {
            "start": 875153522,
            "stop": 875153526
        },
        {
            "start": 875153528,
            "stop": 875153553
        },
        {
            "start": 875153554,
            "stop": 875153561
        },
        {
            "start": 875153562,
            "stop": 875153602
        },
        {
            "start": 875153603,
            "stop": 875153612
        },
        {
            "start": 875153613,
            "stop": 875153630
        },
        {
            "start": 875153632,
            "stop": 875153637
        },
        {
            "start": 875153639,
            "stop": 875153661
        },
        {
            "start": 875153662,
            "stop": 875153672
        },
        {
            "start": 875153674,
            "stop": 875153676
        },
        {
            "start": 875153677,
            "stop": 875153679
        },
        {
            "start": 875153680,
            "stop": 875153686
        },
        {
            "start": 875153687,
            "stop": 875153690
        },
        {
            "start": 875153694,
            "stop": 875153701
        }
    ]
}