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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=238",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 239,
    "results": [
        {
            "start": 1126880124,
            "stop": 1126880126
        },
        {
            "start": 1126880127,
            "stop": 1126880128
        },
        {
            "start": 1126880131,
            "stop": 1126880139
        },
        {
            "start": 1126880142,
            "stop": 1126880146
        },
        {
            "start": 1126880147,
            "stop": 1126880162
        },
        {
            "start": 1126880163,
            "stop": 1126880173
        },
        {
            "start": 1126880176,
            "stop": 1126880183
        },
        {
            "start": 1126880188,
            "stop": 1126880194
        },
        {
            "start": 1126880195,
            "stop": 1126880268
        },
        {
            "start": 1126880269,
            "stop": 1126880279
        },
        {
            "start": 1126880281,
            "stop": 1126880283
        },
        {
            "start": 1126880285,
            "stop": 1126880299
        },
        {
            "start": 1126880301,
            "stop": 1126880302
        },
        {
            "start": 1126880304,
            "stop": 1126880307
        },
        {
            "start": 1126880308,
            "stop": 1126880326
        },
        {
            "start": 1126880328,
            "stop": 1126880338
        },
        {
            "start": 1126880340,
            "stop": 1126880355
        },
        {
            "start": 1126880356,
            "stop": 1126880358
        },
        {
            "start": 1126880359,
            "stop": 1126880360
        },
        {
            "start": 1126880361,
            "stop": 1126880364
        }
    ]
}