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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=164",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 165,
    "results": [
        {
            "start": 816855315,
            "stop": 816855316
        },
        {
            "start": 816855321,
            "stop": 816855323
        },
        {
            "start": 816855331,
            "stop": 816855391
        },
        {
            "start": 816855395,
            "stop": 816855402
        },
        {
            "start": 816855406,
            "stop": 816855482
        },
        {
            "start": 816855487,
            "stop": 816855496
        },
        {
            "start": 816855502,
            "stop": 816855504
        },
        {
            "start": 816855508,
            "stop": 816855510
        },
        {
            "start": 816855515,
            "stop": 816855556
        },
        {
            "start": 816855559,
            "stop": 816855573
        },
        {
            "start": 816855577,
            "stop": 816855690
        },
        {
            "start": 816855694,
            "stop": 816855742
        },
        {
            "start": 816855746,
            "stop": 816855747
        },
        {
            "start": 816858141,
            "stop": 816858202
        },
        {
            "start": 816858205,
            "stop": 816858210
        },
        {
            "start": 816858214,
            "stop": 816858223
        },
        {
            "start": 816858227,
            "stop": 816858237
        },
        {
            "start": 816858241,
            "stop": 816858328
        },
        {
            "start": 816858331,
            "stop": 816858351
        },
        {
            "start": 816858355,
            "stop": 816858359
        }
    ]
}