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=2084
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=2085",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2083",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2084,
    "results": [
        {
            "start": 871088149,
            "stop": 871088349
        },
        {
            "start": 871088430,
            "stop": 871089896
        },
        {
            "start": 871089902,
            "stop": 871107003
        },
        {
            "start": 871110516,
            "stop": 871110620
        },
        {
            "start": 871110637,
            "stop": 871114000
        },
        {
            "start": 871115619,
            "stop": 871125360
        },
        {
            "start": 871125482,
            "stop": 871131060
        },
        {
            "start": 871131120,
            "stop": 871131124
        },
        {
            "start": 871133123,
            "stop": 871133139
        },
        {
            "start": 871133190,
            "stop": 871133204
        },
        {
            "start": 871133221,
            "stop": 871133356
        },
        {
            "start": 871133373,
            "stop": 871133470
        },
        {
            "start": 871133487,
            "stop": 871133607
        },
        {
            "start": 871133624,
            "stop": 871133840
        },
        {
            "start": 871133857,
            "stop": 871133967
        },
        {
            "start": 871133985,
            "stop": 871134389
        },
        {
            "start": 871134406,
            "stop": 871134834
        },
        {
            "start": 871136026,
            "stop": 871136156
        },
        {
            "start": 871136173,
            "stop": 871136273
        },
        {
            "start": 871136302,
            "stop": 871137279
        }
    ]
}