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=723
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=724",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=722",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 723,
    "results": [
        {
            "start": 952805637,
            "stop": 952805862
        },
        {
            "start": 952805868,
            "stop": 952807629
        },
        {
            "start": 952807635,
            "stop": 952808141
        },
        {
            "start": 952808147,
            "stop": 952809291
        },
        {
            "start": 952809297,
            "stop": 952809835
        },
        {
            "start": 952809841,
            "stop": 952810830
        },
        {
            "start": 952810836,
            "stop": 952811239
        },
        {
            "start": 952811245,
            "stop": 952812156
        },
        {
            "start": 952812161,
            "stop": 952813546
        },
        {
            "start": 952813552,
            "stop": 952816693
        },
        {
            "start": 952817422,
            "stop": 952822055
        },
        {
            "start": 952822061,
            "stop": 952825002
        },
        {
            "start": 952825008,
            "stop": 952827245
        },
        {
            "start": 952829782,
            "stop": 952837720
        },
        {
            "start": 952837726,
            "stop": 952837930
        },
        {
            "start": 952837936,
            "stop": 952838171
        },
        {
            "start": 952838177,
            "stop": 952839350
        },
        {
            "start": 952839356,
            "stop": 952840558
        },
        {
            "start": 952840564,
            "stop": 952841915
        },
        {
            "start": 952841921,
            "stop": 952843192
        }
    ]
}