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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=280",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=278",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 279,
    "results": [
        {
            "start": 931784749,
            "stop": 931784752
        },
        {
            "start": 931784753,
            "stop": 931784758
        },
        {
            "start": 931784759,
            "stop": 931784760
        },
        {
            "start": 931784762,
            "stop": 931784803
        },
        {
            "start": 931784805,
            "stop": 931784824
        },
        {
            "start": 931784826,
            "stop": 931784828
        },
        {
            "start": 931784830,
            "stop": 931784839
        },
        {
            "start": 931784841,
            "stop": 931784848
        },
        {
            "start": 931784849,
            "stop": 931784854
        },
        {
            "start": 931784855,
            "stop": 931784859
        },
        {
            "start": 931784861,
            "stop": 931784862
        },
        {
            "start": 931784864,
            "stop": 931784868
        },
        {
            "start": 931784869,
            "stop": 931784870
        },
        {
            "start": 931784872,
            "stop": 931784879
        },
        {
            "start": 931784882,
            "stop": 931784883
        },
        {
            "start": 931784885,
            "stop": 931784890
        },
        {
            "start": 931784897,
            "stop": 931784930
        },
        {
            "start": 931784932,
            "stop": 931784955
        },
        {
            "start": 931784957,
            "stop": 931784981
        },
        {
            "start": 931784983,
            "stop": 931785031
        }
    ]
}