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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=405",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 406,
    "results": [
        {
            "start": 932663463,
            "stop": 932663528
        },
        {
            "start": 932663529,
            "stop": 932663763
        },
        {
            "start": 932663764,
            "stop": 932663797
        },
        {
            "start": 932663798,
            "stop": 932664196
        },
        {
            "start": 932664197,
            "stop": 932664380
        },
        {
            "start": 932664381,
            "stop": 932664529
        },
        {
            "start": 932664530,
            "stop": 932664827
        },
        {
            "start": 932666899,
            "stop": 932667177
        },
        {
            "start": 932667178,
            "stop": 932667914
        },
        {
            "start": 932667916,
            "stop": 932667970
        },
        {
            "start": 932667971,
            "stop": 932667989
        },
        {
            "start": 932667992,
            "stop": 932668041
        },
        {
            "start": 932668042,
            "stop": 932668443
        },
        {
            "start": 932668444,
            "stop": 932668608
        },
        {
            "start": 932668610,
            "stop": 932668726
        },
        {
            "start": 932668728,
            "stop": 932668754
        },
        {
            "start": 932668757,
            "stop": 932668795
        },
        {
            "start": 932668796,
            "stop": 932669132
        },
        {
            "start": 932669135,
            "stop": 932669175
        },
        {
            "start": 932669178,
            "stop": 932669190
        }
    ]
}