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=726
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=727",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=725",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 726,
    "results": [
        {
            "start": 952908861,
            "stop": 952912145
        },
        {
            "start": 952912151,
            "stop": 952918120
        },
        {
            "start": 952918126,
            "stop": 952919565
        },
        {
            "start": 952919571,
            "stop": 952919717
        },
        {
            "start": 952919723,
            "stop": 952924278
        },
        {
            "start": 952924284,
            "stop": 952925878
        },
        {
            "start": 952925884,
            "stop": 952926098
        },
        {
            "start": 952926104,
            "stop": 952933091
        },
        {
            "start": 952933097,
            "stop": 952933158
        },
        {
            "start": 952933164,
            "stop": 952938462
        },
        {
            "start": 952938468,
            "stop": 952939277
        },
        {
            "start": 952939283,
            "stop": 952939701
        },
        {
            "start": 952939707,
            "stop": 952941872
        },
        {
            "start": 952941878,
            "stop": 952942030
        },
        {
            "start": 952942036,
            "stop": 952944710
        },
        {
            "start": 952944716,
            "stop": 952946007
        },
        {
            "start": 952946013,
            "stop": 952947185
        },
        {
            "start": 952947191,
            "stop": 952947210
        },
        {
            "start": 952951501,
            "stop": 952955376
        },
        {
            "start": 952956847,
            "stop": 952957067
        }
    ]
}