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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=756",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=754",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 755,
    "results": [
        {
            "start": 955987060,
            "stop": 955987593
        },
        {
            "start": 955988698,
            "stop": 955997765
        },
        {
            "start": 955997771,
            "stop": 955999636
        },
        {
            "start": 955999642,
            "stop": 956000055
        },
        {
            "start": 956001729,
            "stop": 956003020
        },
        {
            "start": 956003026,
            "stop": 956003825
        },
        {
            "start": 956003831,
            "stop": 956005953
        },
        {
            "start": 956005959,
            "stop": 956006072
        },
        {
            "start": 956006612,
            "stop": 956017753
        },
        {
            "start": 956017758,
            "stop": 956018132
        },
        {
            "start": 956018138,
            "stop": 956018475
        },
        {
            "start": 956018481,
            "stop": 956019755
        },
        {
            "start": 956019761,
            "stop": 956019972
        },
        {
            "start": 956019977,
            "stop": 956021624
        },
        {
            "start": 956021631,
            "stop": 956022061
        },
        {
            "start": 956022067,
            "stop": 956022266
        },
        {
            "start": 956022271,
            "stop": 956022463
        },
        {
            "start": 956022469,
            "stop": 956025025
        },
        {
            "start": 956025031,
            "stop": 956027485
        },
        {
            "start": 956027490,
            "stop": 956027524
        }
    ]
}