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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9850",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9848",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9849,
    "results": [
        {
            "start": 874224289,
            "stop": 874224294
        },
        {
            "start": 874224301,
            "stop": 874224323
        },
        {
            "start": 874224328,
            "stop": 874224333
        },
        {
            "start": 874224336,
            "stop": 874224413
        },
        {
            "start": 874224418,
            "stop": 874224440
        },
        {
            "start": 874224443,
            "stop": 874224478
        },
        {
            "start": 874224481,
            "stop": 874224492
        },
        {
            "start": 874224495,
            "stop": 874224499
        },
        {
            "start": 874224502,
            "stop": 874224505
        },
        {
            "start": 874224510,
            "stop": 874224512
        },
        {
            "start": 874224515,
            "stop": 874224528
        },
        {
            "start": 874224531,
            "stop": 874224597
        },
        {
            "start": 874224600,
            "stop": 874224693
        },
        {
            "start": 874224696,
            "stop": 874224712
        },
        {
            "start": 874224718,
            "stop": 874224720
        },
        {
            "start": 874224723,
            "stop": 874224740
        },
        {
            "start": 874224743,
            "stop": 874224764
        },
        {
            "start": 874224769,
            "stop": 874225061
        },
        {
            "start": 874225064,
            "stop": 874225118
        },
        {
            "start": 874225121,
            "stop": 874225122
        }
    ]
}