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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2292",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2293,
    "results": [
        {
            "start": 871219365,
            "stop": 871220997
        },
        {
            "start": 871221014,
            "stop": 871221089
        },
        {
            "start": 871221127,
            "stop": 871222395
        },
        {
            "start": 871222412,
            "stop": 871223030
        },
        {
            "start": 871223110,
            "stop": 871227277
        },
        {
            "start": 871227294,
            "stop": 871228543
        },
        {
            "start": 871228692,
            "stop": 871229611
        },
        {
            "start": 871229628,
            "stop": 871230365
        },
        {
            "start": 871230382,
            "stop": 871231140
        },
        {
            "start": 871231200,
            "stop": 871232690
        },
        {
            "start": 871232770,
            "stop": 871233044
        },
        {
            "start": 871233088,
            "stop": 871233099
        },
        {
            "start": 871233138,
            "stop": 871233378
        },
        {
            "start": 871233395,
            "stop": 871233846
        },
        {
            "start": 871233850,
            "stop": 871233870
        },
        {
            "start": 871233960,
            "stop": 871234560
        },
        {
            "start": 871234620,
            "stop": 871234714
        },
        {
            "start": 871234718,
            "stop": 871234890
        },
        {
            "start": 871234980,
            "stop": 871236000
        },
        {
            "start": 871236017,
            "stop": 871236230
        }
    ]
}