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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=109",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 110,
    "results": [
        {
            "start": 816738285,
            "stop": 816738286
        },
        {
            "start": 816738292,
            "stop": 816738293
        },
        {
            "start": 816738298,
            "stop": 816738299
        },
        {
            "start": 816738305,
            "stop": 816738306
        },
        {
            "start": 816738310,
            "stop": 816738312
        },
        {
            "start": 816738316,
            "stop": 816738329
        },
        {
            "start": 816738333,
            "stop": 816738334
        },
        {
            "start": 816738350,
            "stop": 816738357
        },
        {
            "start": 816738362,
            "stop": 816738363
        },
        {
            "start": 816738369,
            "stop": 816738375
        },
        {
            "start": 816738383,
            "stop": 816738385
        },
        {
            "start": 816738392,
            "stop": 816738395
        },
        {
            "start": 816738403,
            "stop": 816738404
        },
        {
            "start": 816738410,
            "stop": 816738412
        },
        {
            "start": 816738441,
            "stop": 816738466
        },
        {
            "start": 816738470,
            "stop": 816738511
        },
        {
            "start": 816738515,
            "stop": 816738518
        },
        {
            "start": 816738522,
            "stop": 816738530
        },
        {
            "start": 816738534,
            "stop": 816738576
        },
        {
            "start": 816738581,
            "stop": 816738590
        }
    ]
}