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/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=349",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 350,
    "results": [
        {
            "start": 821454615,
            "stop": 821454636
        },
        {
            "start": 821454641,
            "stop": 821454651
        },
        {
            "start": 821454654,
            "stop": 821454694
        },
        {
            "start": 821454697,
            "stop": 821454708
        },
        {
            "start": 821454711,
            "stop": 821454828
        },
        {
            "start": 821454831,
            "stop": 821454950
        },
        {
            "start": 821454954,
            "stop": 821454983
        },
        {
            "start": 821454986,
            "stop": 821455024
        },
        {
            "start": 821455027,
            "stop": 821455151
        },
        {
            "start": 821455154,
            "stop": 821455606
        },
        {
            "start": 821455609,
            "stop": 821455624
        },
        {
            "start": 821455627,
            "stop": 821455637
        },
        {
            "start": 821455641,
            "stop": 821455804
        },
        {
            "start": 821455807,
            "stop": 821456170
        },
        {
            "start": 821456173,
            "stop": 821456266
        },
        {
            "start": 821456269,
            "stop": 821456280
        },
        {
            "start": 821456283,
            "stop": 821456422
        },
        {
            "start": 821456425,
            "stop": 821456737
        },
        {
            "start": 821456740,
            "stop": 821456742
        },
        {
            "start": 821456745,
            "stop": 821456748
        }
    ]
}