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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=250",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 251,
    "results": [
        {
            "start": 821682922,
            "stop": 821682925
        },
        {
            "start": 821682928,
            "stop": 821682937
        },
        {
            "start": 821682944,
            "stop": 821682948
        },
        {
            "start": 821682957,
            "stop": 821682959
        },
        {
            "start": 821682963,
            "stop": 821682971
        },
        {
            "start": 821682976,
            "stop": 821682988
        },
        {
            "start": 821682995,
            "stop": 821683000
        },
        {
            "start": 821683003,
            "stop": 821683005
        },
        {
            "start": 821683008,
            "stop": 821683017
        },
        {
            "start": 821683020,
            "stop": 821683025
        },
        {
            "start": 821683028,
            "stop": 821683049
        },
        {
            "start": 821683052,
            "stop": 821683053
        },
        {
            "start": 821683056,
            "stop": 821683062
        },
        {
            "start": 821683065,
            "stop": 821683066
        },
        {
            "start": 821683071,
            "stop": 821683074
        },
        {
            "start": 821683083,
            "stop": 821683088
        },
        {
            "start": 821683091,
            "stop": 821683098
        },
        {
            "start": 821683101,
            "stop": 821683104
        },
        {
            "start": 821683107,
            "stop": 821683133
        },
        {
            "start": 821683136,
            "stop": 821683145
        }
    ]
}