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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5701",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5699",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5700,
    "results": [
        {
            "start": 874587071,
            "stop": 874587141
        },
        {
            "start": 874587146,
            "stop": 874587306
        },
        {
            "start": 874587309,
            "stop": 874587409
        },
        {
            "start": 874587412,
            "stop": 874587544
        },
        {
            "start": 874587548,
            "stop": 874587635
        },
        {
            "start": 874587638,
            "stop": 874587765
        },
        {
            "start": 874587768,
            "stop": 874587883
        },
        {
            "start": 874587886,
            "stop": 874587897
        },
        {
            "start": 874587900,
            "stop": 874587912
        },
        {
            "start": 874587916,
            "stop": 874587935
        },
        {
            "start": 874587941,
            "stop": 874587965
        },
        {
            "start": 874587968,
            "stop": 874587992
        },
        {
            "start": 874587995,
            "stop": 874588022
        },
        {
            "start": 874588025,
            "stop": 874588161
        },
        {
            "start": 874588164,
            "stop": 874588205
        },
        {
            "start": 874588208,
            "stop": 874588257
        },
        {
            "start": 874588261,
            "stop": 874588327
        },
        {
            "start": 874588330,
            "stop": 874588339
        },
        {
            "start": 874588343,
            "stop": 874588552
        },
        {
            "start": 874588555,
            "stop": 874588564
        }
    ]
}