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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=86",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 87,
    "results": [
        {
            "start": 821442804,
            "stop": 821442820
        },
        {
            "start": 821442823,
            "stop": 821442847
        },
        {
            "start": 821442850,
            "stop": 821442851
        },
        {
            "start": 821442854,
            "stop": 821442913
        },
        {
            "start": 821442916,
            "stop": 821443017
        },
        {
            "start": 821443020,
            "stop": 821443180
        },
        {
            "start": 821443183,
            "stop": 821443200
        },
        {
            "start": 821443203,
            "stop": 821443261
        },
        {
            "start": 821443264,
            "stop": 821443317
        },
        {
            "start": 821443320,
            "stop": 821443323
        },
        {
            "start": 821443326,
            "stop": 821443377
        },
        {
            "start": 821443380,
            "stop": 821443399
        },
        {
            "start": 821443402,
            "stop": 821443531
        },
        {
            "start": 821443534,
            "stop": 821443536
        },
        {
            "start": 821443539,
            "stop": 821443588
        },
        {
            "start": 821443591,
            "stop": 821443673
        },
        {
            "start": 821443676,
            "stop": 821443786
        },
        {
            "start": 821443789,
            "stop": 821443825
        },
        {
            "start": 821443828,
            "stop": 821444066
        },
        {
            "start": 821444069,
            "stop": 821444094
        }
    ]
}