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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1349",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1347",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1348,
    "results": [
        {
            "start": 965088761,
            "stop": 965088845
        },
        {
            "start": 965090380,
            "stop": 965093345
        },
        {
            "start": 965103724,
            "stop": 965124498
        },
        {
            "start": 965124499,
            "stop": 965126287
        },
        {
            "start": 965126883,
            "stop": 965129038
        },
        {
            "start": 965131010,
            "stop": 965131520
        },
        {
            "start": 965133977,
            "stop": 965136373
        },
        {
            "start": 965137207,
            "stop": 965142251
        },
        {
            "start": 965143104,
            "stop": 965144806
        },
        {
            "start": 965145790,
            "stop": 965148305
        },
        {
            "start": 965150788,
            "stop": 965153502
        },
        {
            "start": 965153503,
            "stop": 965165927
        },
        {
            "start": 965166311,
            "stop": 965168118
        },
        {
            "start": 965168119,
            "stop": 965173627
        },
        {
            "start": 965173628,
            "stop": 965176431
        },
        {
            "start": 965176432,
            "stop": 965176529
        },
        {
            "start": 965176531,
            "stop": 965177428
        },
        {
            "start": 965177429,
            "stop": 965183592
        },
        {
            "start": 965183593,
            "stop": 965184039
        },
        {
            "start": 965184040,
            "stop": 965186788
        }
    ]
}