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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=51",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 52,
    "results": [
        {
            "start": 1126404038,
            "stop": 1126404297
        },
        {
            "start": 1126404298,
            "stop": 1126404357
        },
        {
            "start": 1126404358,
            "stop": 1126404605
        },
        {
            "start": 1126404606,
            "stop": 1126404935
        },
        {
            "start": 1126404936,
            "stop": 1126405196
        },
        {
            "start": 1126405203,
            "stop": 1126405234
        },
        {
            "start": 1126405235,
            "stop": 1126405595
        },
        {
            "start": 1126405596,
            "stop": 1126405842
        },
        {
            "start": 1126405843,
            "stop": 1126405958
        },
        {
            "start": 1126405959,
            "stop": 1126405997
        },
        {
            "start": 1126405998,
            "stop": 1126406303
        },
        {
            "start": 1126406304,
            "stop": 1126406606
        },
        {
            "start": 1126406613,
            "stop": 1126406646
        },
        {
            "start": 1126406647,
            "stop": 1126406940
        },
        {
            "start": 1126406941,
            "stop": 1126407119
        },
        {
            "start": 1126407126,
            "stop": 1126407249
        },
        {
            "start": 1126407250,
            "stop": 1126407575
        },
        {
            "start": 1126407576,
            "stop": 1126407868
        },
        {
            "start": 1126407870,
            "stop": 1126408170
        },
        {
            "start": 1126408171,
            "stop": 1126408210
        }
    ]
}