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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=457",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 458,
    "results": [
        {
            "start": 821778226,
            "stop": 821778228
        },
        {
            "start": 821778233,
            "stop": 821778235
        },
        {
            "start": 821778244,
            "stop": 821778250
        },
        {
            "start": 821778253,
            "stop": 821778270
        },
        {
            "start": 821778279,
            "stop": 821778281
        },
        {
            "start": 821778284,
            "stop": 821778296
        },
        {
            "start": 821778299,
            "stop": 821778305
        },
        {
            "start": 821778308,
            "stop": 821778310
        },
        {
            "start": 821778317,
            "stop": 821778319
        },
        {
            "start": 821778325,
            "stop": 821778343
        },
        {
            "start": 821778346,
            "stop": 821778353
        },
        {
            "start": 821778356,
            "stop": 821778357
        },
        {
            "start": 821778360,
            "stop": 821778366
        },
        {
            "start": 821778377,
            "stop": 821778381
        },
        {
            "start": 821778389,
            "stop": 821778399
        },
        {
            "start": 821778402,
            "stop": 821778404
        },
        {
            "start": 821778407,
            "stop": 821778420
        },
        {
            "start": 821778423,
            "stop": 821778427
        },
        {
            "start": 821778430,
            "stop": 821778440
        },
        {
            "start": 821778447,
            "stop": 821778451
        }
    ]
}