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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=163",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 164,
    "results": [
        {
            "start": 816854810,
            "stop": 816854856
        },
        {
            "start": 816854860,
            "stop": 816854988
        },
        {
            "start": 816854991,
            "stop": 816855052
        },
        {
            "start": 816855058,
            "stop": 816855060
        },
        {
            "start": 816855065,
            "stop": 816855073
        },
        {
            "start": 816855077,
            "stop": 816855125
        },
        {
            "start": 816855130,
            "stop": 816855135
        },
        {
            "start": 816855139,
            "stop": 816855140
        },
        {
            "start": 816855146,
            "stop": 816855154
        },
        {
            "start": 816855158,
            "stop": 816855199
        },
        {
            "start": 816855203,
            "stop": 816855211
        },
        {
            "start": 816855217,
            "stop": 816855218
        },
        {
            "start": 816855223,
            "stop": 816855225
        },
        {
            "start": 816855231,
            "stop": 816855232
        },
        {
            "start": 816855238,
            "stop": 816855241
        },
        {
            "start": 816855246,
            "stop": 816855252
        },
        {
            "start": 816855255,
            "stop": 816855283
        },
        {
            "start": 816855286,
            "stop": 816855295
        },
        {
            "start": 816855301,
            "stop": 816855302
        },
        {
            "start": 816855306,
            "stop": 816855310
        }
    ]
}