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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=362",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=360",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 361,
    "results": [
        {
            "start": 931932458,
            "stop": 931933521
        },
        {
            "start": 931933523,
            "stop": 931935615
        },
        {
            "start": 931935975,
            "stop": 931936727
        },
        {
            "start": 931936731,
            "stop": 931936836
        },
        {
            "start": 931936838,
            "stop": 931937032
        },
        {
            "start": 931937034,
            "stop": 931937407
        },
        {
            "start": 931937409,
            "stop": 931937713
        },
        {
            "start": 931937715,
            "stop": 931938006
        },
        {
            "start": 931938008,
            "stop": 931938996
        },
        {
            "start": 931938998,
            "stop": 931939215
        },
        {
            "start": 931939575,
            "stop": 931940108
        },
        {
            "start": 931940111,
            "stop": 931940788
        },
        {
            "start": 931940791,
            "stop": 931940803
        },
        {
            "start": 931940806,
            "stop": 931940808
        },
        {
            "start": 931940811,
            "stop": 931940818
        },
        {
            "start": 931940821,
            "stop": 931940823
        },
        {
            "start": 931940826,
            "stop": 931940898
        },
        {
            "start": 931940901,
            "stop": 931940924
        },
        {
            "start": 931940926,
            "stop": 931940929
        },
        {
            "start": 931940931,
            "stop": 931940939
        }
    ]
}