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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=164",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 165,
    "results": [
        {
            "start": 830089307,
            "stop": 830089448
        },
        {
            "start": 830091857,
            "stop": 830094109
        },
        {
            "start": 830094111,
            "stop": 830094721
        },
        {
            "start": 830097704,
            "stop": 830113218
        },
        {
            "start": 830113392,
            "stop": 830135820
        },
        {
            "start": 830136146,
            "stop": 830139007
        },
        {
            "start": 830139009,
            "stop": 830158257
        },
        {
            "start": 830160079,
            "stop": 830173992
        },
        {
            "start": 830175332,
            "stop": 830180146
        },
        {
            "start": 830180775,
            "stop": 830180934
        },
        {
            "start": 830181939,
            "stop": 830182027
        },
        {
            "start": 830182462,
            "stop": 830182978
        },
        {
            "start": 830190530,
            "stop": 830191526
        },
        {
            "start": 830191583,
            "stop": 830191872
        },
        {
            "start": 830192028,
            "stop": 830192053
        },
        {
            "start": 830192117,
            "stop": 830192549
        },
        {
            "start": 830192606,
            "stop": 830193340
        },
        {
            "start": 830193430,
            "stop": 830194233
        },
        {
            "start": 830215516,
            "stop": 830221036
        },
        {
            "start": 830221038,
            "stop": 830222693
        }
    ]
}