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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=272",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 273,
    "results": [
        {
            "start": 818233523,
            "stop": 818233529
        },
        {
            "start": 818233538,
            "stop": 818233546
        },
        {
            "start": 818233550,
            "stop": 818233552
        },
        {
            "start": 818233558,
            "stop": 818233563
        },
        {
            "start": 818233584,
            "stop": 818233585
        },
        {
            "start": 818233607,
            "stop": 818233608
        },
        {
            "start": 818233662,
            "stop": 818233665
        },
        {
            "start": 818233668,
            "stop": 818233677
        },
        {
            "start": 818233680,
            "stop": 818233690
        },
        {
            "start": 818233712,
            "stop": 818233713
        },
        {
            "start": 818233718,
            "stop": 818233722
        },
        {
            "start": 818233728,
            "stop": 818233729
        },
        {
            "start": 818233734,
            "stop": 818233738
        },
        {
            "start": 818233741,
            "stop": 818233747
        },
        {
            "start": 818233750,
            "stop": 818233752
        },
        {
            "start": 818233759,
            "stop": 818233761
        },
        {
            "start": 818233772,
            "stop": 818233778
        },
        {
            "start": 818233781,
            "stop": 818233783
        },
        {
            "start": 818233787,
            "stop": 818233789
        },
        {
            "start": 818233794,
            "stop": 818233796
        }
    ]
}