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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=209",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 210,
    "results": [
        {
            "start": 1126858093,
            "stop": 1126858095
        },
        {
            "start": 1126858096,
            "stop": 1126858120
        },
        {
            "start": 1126858123,
            "stop": 1126858181
        },
        {
            "start": 1126858184,
            "stop": 1126858202
        },
        {
            "start": 1126858203,
            "stop": 1126858256
        },
        {
            "start": 1126858258,
            "stop": 1126858259
        },
        {
            "start": 1126858261,
            "stop": 1126858268
        },
        {
            "start": 1126858269,
            "stop": 1126858368
        },
        {
            "start": 1126858369,
            "stop": 1126858383
        },
        {
            "start": 1126858384,
            "stop": 1126858395
        },
        {
            "start": 1126858397,
            "stop": 1126858407
        },
        {
            "start": 1126858409,
            "stop": 1126858613
        },
        {
            "start": 1126858614,
            "stop": 1126858661
        },
        {
            "start": 1126858662,
            "stop": 1126858678
        },
        {
            "start": 1126858685,
            "stop": 1126858749
        },
        {
            "start": 1126858751,
            "stop": 1126858771
        },
        {
            "start": 1126858772,
            "stop": 1126858983
        },
        {
            "start": 1126858985,
            "stop": 1126859347
        },
        {
            "start": 1126859349,
            "stop": 1126859610
        },
        {
            "start": 1126859611,
            "stop": 1126859612
        }
    ]
}