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=251
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=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=250",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 251,
    "results": [
        {
            "start": 821389792,
            "stop": 821389802
        },
        {
            "start": 821389812,
            "stop": 821389814
        },
        {
            "start": 821389822,
            "stop": 821389830
        },
        {
            "start": 821389838,
            "stop": 821389852
        },
        {
            "start": 821389871,
            "stop": 821389876
        },
        {
            "start": 821389884,
            "stop": 821389890
        },
        {
            "start": 821389917,
            "stop": 821390050
        },
        {
            "start": 821390067,
            "stop": 821390130
        },
        {
            "start": 821390138,
            "stop": 821390164
        },
        {
            "start": 821390172,
            "stop": 821390255
        },
        {
            "start": 821390263,
            "stop": 821390274
        },
        {
            "start": 821390282,
            "stop": 821390337
        },
        {
            "start": 821390350,
            "stop": 821390486
        },
        {
            "start": 821390494,
            "stop": 821390565
        },
        {
            "start": 821390573,
            "stop": 821390627
        },
        {
            "start": 821390638,
            "stop": 821390659
        },
        {
            "start": 821390667,
            "stop": 821390672
        },
        {
            "start": 821390680,
            "stop": 821390778
        },
        {
            "start": 821390794,
            "stop": 821391066
        },
        {
            "start": 821391074,
            "stop": 821391107
        }
    ]
}