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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=152",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=150",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 151,
    "results": [
        {
            "start": 932819437,
            "stop": 932819585
        },
        {
            "start": 932820038,
            "stop": 932820046
        },
        {
            "start": 932849188,
            "stop": 932849253
        },
        {
            "start": 932849293,
            "stop": 932849526
        },
        {
            "start": 932849527,
            "stop": 932849633
        },
        {
            "start": 932849726,
            "stop": 932849732
        },
        {
            "start": 932849810,
            "stop": 932849831
        },
        {
            "start": 932849832,
            "stop": 932849841
        },
        {
            "start": 932849951,
            "stop": 932849955
        },
        {
            "start": 932850032,
            "stop": 932850049
        },
        {
            "start": 932850070,
            "stop": 932850079
        },
        {
            "start": 932850121,
            "stop": 932850262
        },
        {
            "start": 932850263,
            "stop": 932850274
        },
        {
            "start": 932850316,
            "stop": 932850370
        },
        {
            "start": 932850393,
            "stop": 932850499
        },
        {
            "start": 932850531,
            "stop": 932850583
        },
        {
            "start": 932850657,
            "stop": 932850898
        },
        {
            "start": 932850939,
            "stop": 932851012
        },
        {
            "start": 932851067,
            "stop": 932851266
        },
        {
            "start": 932851303,
            "stop": 932851397
        }
    ]
}