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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2319",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2317",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2318,
    "results": [
        {
            "start": 874229926,
            "stop": 874229937
        },
        {
            "start": 874229960,
            "stop": 874229962
        },
        {
            "start": 874229981,
            "stop": 874230441
        },
        {
            "start": 874230460,
            "stop": 874230743
        },
        {
            "start": 874230774,
            "stop": 874230779
        },
        {
            "start": 874230798,
            "stop": 874230862
        },
        {
            "start": 874230916,
            "stop": 874231305
        },
        {
            "start": 874231328,
            "stop": 874232022
        },
        {
            "start": 874232041,
            "stop": 874232078
        },
        {
            "start": 874232097,
            "stop": 874232555
        },
        {
            "start": 874232608,
            "stop": 874232957
        },
        {
            "start": 874232976,
            "stop": 874233004
        },
        {
            "start": 874233023,
            "stop": 874233822
        },
        {
            "start": 874233864,
            "stop": 874233880
        },
        {
            "start": 874233899,
            "stop": 874233961
        },
        {
            "start": 874233989,
            "stop": 874234042
        },
        {
            "start": 874234065,
            "stop": 874234079
        },
        {
            "start": 874234098,
            "stop": 874234337
        },
        {
            "start": 874234356,
            "stop": 874234471
        },
        {
            "start": 874234490,
            "stop": 874234786
        }
    ]
}