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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=349",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=347",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 348,
    "results": [
        {
            "start": 847720119,
            "stop": 847720182
        },
        {
            "start": 847720185,
            "stop": 847720206
        },
        {
            "start": 847720207,
            "stop": 847720225
        },
        {
            "start": 847720226,
            "stop": 847720246
        },
        {
            "start": 847720247,
            "stop": 847720268
        },
        {
            "start": 847720269,
            "stop": 847720288
        },
        {
            "start": 847720289,
            "stop": 847720310
        },
        {
            "start": 847720314,
            "stop": 847720331
        },
        {
            "start": 847720332,
            "stop": 847720361
        },
        {
            "start": 847720362,
            "stop": 847720363
        },
        {
            "start": 847720364,
            "stop": 847720405
        },
        {
            "start": 847720406,
            "stop": 847720438
        },
        {
            "start": 847720441,
            "stop": 847720458
        },
        {
            "start": 847720460,
            "stop": 847720481
        },
        {
            "start": 847720482,
            "stop": 847720503
        },
        {
            "start": 847720506,
            "stop": 847720523
        },
        {
            "start": 847720524,
            "stop": 847720546
        },
        {
            "start": 847720548,
            "stop": 847720566
        },
        {
            "start": 847720567,
            "stop": 847720587
        },
        {
            "start": 847720590,
            "stop": 847720607
        }
    ]
}