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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3715",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3716,
    "results": [
        {
            "start": 872597021,
            "stop": 872597118
        },
        {
            "start": 872597119,
            "stop": 872597142
        },
        {
            "start": 872597145,
            "stop": 872597180
        },
        {
            "start": 872597181,
            "stop": 872597385
        },
        {
            "start": 872597388,
            "stop": 872597620
        },
        {
            "start": 872597623,
            "stop": 872597738
        },
        {
            "start": 872597739,
            "stop": 872597979
        },
        {
            "start": 872597980,
            "stop": 872598198
        },
        {
            "start": 872598379,
            "stop": 872598384
        },
        {
            "start": 872598387,
            "stop": 872598564
        },
        {
            "start": 872598567,
            "stop": 872598579
        },
        {
            "start": 872598582,
            "stop": 872598657
        },
        {
            "start": 872598659,
            "stop": 872598661
        },
        {
            "start": 872598662,
            "stop": 872599265
        },
        {
            "start": 872599268,
            "stop": 872599406
        },
        {
            "start": 872599408,
            "stop": 872599588
        },
        {
            "start": 872599591,
            "stop": 872600399
        },
        {
            "start": 872600402,
            "stop": 872600497
        },
        {
            "start": 872601956,
            "stop": 872602079
        },
        {
            "start": 872602080,
            "stop": 872602369
        }
    ]
}