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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40733",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40731",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40732,
    "results": [
        {
            "start": 874964004,
            "stop": 874964014
        },
        {
            "start": 874964015,
            "stop": 874964060
        },
        {
            "start": 874964062,
            "stop": 874964077
        },
        {
            "start": 874964078,
            "stop": 874964190
        },
        {
            "start": 874964192,
            "stop": 874964227
        },
        {
            "start": 874964228,
            "stop": 874964233
        },
        {
            "start": 874964234,
            "stop": 874964240
        },
        {
            "start": 874964242,
            "stop": 874964243
        },
        {
            "start": 874964244,
            "stop": 874964248
        },
        {
            "start": 874964249,
            "stop": 874964253
        },
        {
            "start": 874964255,
            "stop": 874964262
        },
        {
            "start": 874964263,
            "stop": 874964287
        },
        {
            "start": 874964288,
            "stop": 874964304
        },
        {
            "start": 874964305,
            "stop": 874964311
        },
        {
            "start": 874964312,
            "stop": 874964317
        },
        {
            "start": 874964318,
            "stop": 874964331
        },
        {
            "start": 874964332,
            "stop": 874964336
        },
        {
            "start": 874964338,
            "stop": 874964353
        },
        {
            "start": 874964354,
            "stop": 874964358
        },
        {
            "start": 874964359,
            "stop": 874964360
        }
    ]
}