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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=112",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 113,
    "results": [
        {
            "start": 821454418,
            "stop": 821454426
        },
        {
            "start": 821454429,
            "stop": 821454464
        },
        {
            "start": 821454467,
            "stop": 821454612
        },
        {
            "start": 821454615,
            "stop": 821454636
        },
        {
            "start": 821454641,
            "stop": 821454651
        },
        {
            "start": 821454654,
            "stop": 821454694
        },
        {
            "start": 821454697,
            "stop": 821454708
        },
        {
            "start": 821454711,
            "stop": 821454828
        },
        {
            "start": 821454831,
            "stop": 821454983
        },
        {
            "start": 821454986,
            "stop": 821455606
        },
        {
            "start": 821455609,
            "stop": 821456170
        },
        {
            "start": 821456173,
            "stop": 821456737
        },
        {
            "start": 821456740,
            "stop": 821456742
        },
        {
            "start": 821456745,
            "stop": 821456748
        },
        {
            "start": 821456751,
            "stop": 821456821
        },
        {
            "start": 821457142,
            "stop": 821457155
        },
        {
            "start": 821457158,
            "stop": 821457371
        },
        {
            "start": 821457374,
            "stop": 821457449
        },
        {
            "start": 821457452,
            "stop": 821457539
        },
        {
            "start": 821457542,
            "stop": 821458773
        }
    ]
}