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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=92",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 93,
    "results": [
        {
            "start": 827193088,
            "stop": 827208160
        },
        {
            "start": 827208192,
            "stop": 827214112
        },
        {
            "start": 827214144,
            "stop": 827219648
        },
        {
            "start": 827219680,
            "stop": 827236225
        },
        {
            "start": 827236228,
            "stop": 827236292
        },
        {
            "start": 827236293,
            "stop": 827236348
        },
        {
            "start": 827236349,
            "stop": 827236371
        },
        {
            "start": 827236372,
            "stop": 827238069
        },
        {
            "start": 827238524,
            "stop": 827240448
        },
        {
            "start": 827240480,
            "stop": 827245248
        },
        {
            "start": 827245280,
            "stop": 827247725
        },
        {
            "start": 827248509,
            "stop": 827249472
        },
        {
            "start": 827249504,
            "stop": 827249972
        },
        {
            "start": 827249973,
            "stop": 827250048
        },
        {
            "start": 827250080,
            "stop": 827250109
        },
        {
            "start": 827251899,
            "stop": 827255653
        },
        {
            "start": 827256543,
            "stop": 827257248
        },
        {
            "start": 827257280,
            "stop": 827258396
        },
        {
            "start": 827258400,
            "stop": 827264896
        },
        {
            "start": 827264928,
            "stop": 827267762
        }
    ]
}