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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 148,
    "results": [
        {
            "start": 1126664210,
            "stop": 1126664211
        },
        {
            "start": 1126664212,
            "stop": 1126664213
        },
        {
            "start": 1126664214,
            "stop": 1126664215
        },
        {
            "start": 1126664220,
            "stop": 1126664221
        },
        {
            "start": 1126664222,
            "stop": 1126664224
        },
        {
            "start": 1126664225,
            "stop": 1126664226
        },
        {
            "start": 1126664227,
            "stop": 1126664228
        },
        {
            "start": 1126664230,
            "stop": 1126664236
        },
        {
            "start": 1126664243,
            "stop": 1126664245
        },
        {
            "start": 1126664247,
            "stop": 1126664253
        },
        {
            "start": 1126664257,
            "stop": 1126664258
        },
        {
            "start": 1126664261,
            "stop": 1126664264
        },
        {
            "start": 1126664266,
            "stop": 1126664267
        },
        {
            "start": 1126664268,
            "stop": 1126664269
        },
        {
            "start": 1126664270,
            "stop": 1126664272
        },
        {
            "start": 1126664273,
            "stop": 1126664275
        },
        {
            "start": 1126664276,
            "stop": 1126664277
        },
        {
            "start": 1126664278,
            "stop": 1126664281
        },
        {
            "start": 1126664284,
            "stop": 1126664296
        },
        {
            "start": 1126664299,
            "stop": 1126664329
        }
    ]
}