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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=342",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=340",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 341,
    "results": [
        {
            "start": 931828561,
            "stop": 931828565
        },
        {
            "start": 931828567,
            "stop": 931828571
        },
        {
            "start": 931828579,
            "stop": 931828581
        },
        {
            "start": 931828586,
            "stop": 931828588
        },
        {
            "start": 931828605,
            "stop": 931828608
        },
        {
            "start": 931828611,
            "stop": 931828612
        },
        {
            "start": 931828632,
            "stop": 931828636
        },
        {
            "start": 931828643,
            "stop": 931828647
        },
        {
            "start": 931828657,
            "stop": 931828659
        },
        {
            "start": 931828663,
            "stop": 931828665
        },
        {
            "start": 931828683,
            "stop": 931828684
        },
        {
            "start": 931828690,
            "stop": 931828691
        },
        {
            "start": 931828696,
            "stop": 931828697
        },
        {
            "start": 931828758,
            "stop": 931828761
        },
        {
            "start": 931828766,
            "stop": 931828767
        },
        {
            "start": 931828792,
            "stop": 931828793
        },
        {
            "start": 931828803,
            "stop": 931828805
        },
        {
            "start": 931828808,
            "stop": 931828810
        },
        {
            "start": 931828827,
            "stop": 931828832
        },
        {
            "start": 931828840,
            "stop": 931828843
        }
    ]
}