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=354
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=355",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=353",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 354,
    "results": [
        {
            "start": 824629900,
            "stop": 824629910
        },
        {
            "start": 824630061,
            "stop": 824646264
        },
        {
            "start": 824646270,
            "stop": 824646321
        },
        {
            "start": 824646331,
            "stop": 824646366
        },
        {
            "start": 824648649,
            "stop": 824649972
        },
        {
            "start": 824651300,
            "stop": 824652627
        },
        {
            "start": 824652632,
            "stop": 824652700
        },
        {
            "start": 824655211,
            "stop": 824655343
        },
        {
            "start": 824655348,
            "stop": 824655412
        },
        {
            "start": 824656236,
            "stop": 824659702
        },
        {
            "start": 824659707,
            "stop": 824659716
        },
        {
            "start": 824660908,
            "stop": 824661313
        },
        {
            "start": 824661318,
            "stop": 824661918
        },
        {
            "start": 824661926,
            "stop": 824662312
        },
        {
            "start": 824666212,
            "stop": 824666472
        },
        {
            "start": 824666546,
            "stop": 824669826
        },
        {
            "start": 824669842,
            "stop": 824669873
        },
        {
            "start": 824669897,
            "stop": 824669902
        },
        {
            "start": 824675729,
            "stop": 824677811
        },
        {
            "start": 824679059,
            "stop": 824679759
        }
    ]
}