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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10093",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10091",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10092,
    "results": [
        {
            "start": 873243589,
            "stop": 873243704
        },
        {
            "start": 873243721,
            "stop": 873243848
        },
        {
            "start": 873243866,
            "stop": 873244120
        },
        {
            "start": 873244136,
            "stop": 873244691
        },
        {
            "start": 873249904,
            "stop": 873251361
        },
        {
            "start": 873251378,
            "stop": 873252128
        },
        {
            "start": 873252135,
            "stop": 873252354
        },
        {
            "start": 873252361,
            "stop": 873252448
        },
        {
            "start": 873252486,
            "stop": 873252520
        },
        {
            "start": 873252565,
            "stop": 873252733
        },
        {
            "start": 873252769,
            "stop": 873253274
        },
        {
            "start": 873253321,
            "stop": 873253628
        },
        {
            "start": 873253635,
            "stop": 873253691
        },
        {
            "start": 873253708,
            "stop": 873254353
        },
        {
            "start": 873254360,
            "stop": 873254955
        },
        {
            "start": 873254992,
            "stop": 873255082
        },
        {
            "start": 873255118,
            "stop": 873255207
        },
        {
            "start": 873255280,
            "stop": 873255286
        },
        {
            "start": 873255293,
            "stop": 873255334
        },
        {
            "start": 873255390,
            "stop": 873255683
        }
    ]
}