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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=184",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 185,
    "results": [
        {
            "start": 816916224,
            "stop": 816916230
        },
        {
            "start": 816916243,
            "stop": 816916245
        },
        {
            "start": 816916256,
            "stop": 816916258
        },
        {
            "start": 816916263,
            "stop": 816916273
        },
        {
            "start": 816917124,
            "stop": 816917129
        },
        {
            "start": 816917134,
            "stop": 816917193
        },
        {
            "start": 816917198,
            "stop": 816917218
        },
        {
            "start": 816917226,
            "stop": 816917408
        },
        {
            "start": 816917418,
            "stop": 816917441
        },
        {
            "start": 816917446,
            "stop": 816917447
        },
        {
            "start": 816917452,
            "stop": 816917455
        },
        {
            "start": 816917459,
            "stop": 816917513
        },
        {
            "start": 816917519,
            "stop": 816917576
        },
        {
            "start": 816917580,
            "stop": 816917590
        },
        {
            "start": 816917595,
            "stop": 816917671
        },
        {
            "start": 816917675,
            "stop": 816917701
        },
        {
            "start": 816917716,
            "stop": 816917770
        },
        {
            "start": 816917774,
            "stop": 816917778
        },
        {
            "start": 816917782,
            "stop": 816917787
        },
        {
            "start": 816917795,
            "stop": 816917800
        }
    ]
}