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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=201",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 202,
    "results": [
        {
            "start": 847745617,
            "stop": 847745668
        },
        {
            "start": 847745688,
            "stop": 847745694
        },
        {
            "start": 847745713,
            "stop": 847746719
        },
        {
            "start": 847747019,
            "stop": 847747277
        },
        {
            "start": 847747406,
            "stop": 847747436
        },
        {
            "start": 847747736,
            "stop": 847747791
        },
        {
            "start": 847748103,
            "stop": 847748227
        },
        {
            "start": 847748527,
            "stop": 847748558
        },
        {
            "start": 847748668,
            "stop": 847748770
        },
        {
            "start": 847749070,
            "stop": 847749290
        },
        {
            "start": 847749400,
            "stop": 847749754
        },
        {
            "start": 847750672,
            "stop": 847751500
        },
        {
            "start": 847751519,
            "stop": 847753128
        },
        {
            "start": 847753147,
            "stop": 847753426
        },
        {
            "start": 847756730,
            "stop": 847760287
        },
        {
            "start": 847775782,
            "stop": 847796989
        },
        {
            "start": 847798015,
            "stop": 847802522
        },
        {
            "start": 847803033,
            "stop": 847807496
        },
        {
            "start": 847807502,
            "stop": 847811801
        },
        {
            "start": 847811911,
            "stop": 847811943
        }
    ]
}