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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16800",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16798",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16799,
    "results": [
        {
            "start": 875124446,
            "stop": 875124489
        },
        {
            "start": 875124492,
            "stop": 875124516
        },
        {
            "start": 875124518,
            "stop": 875124521
        },
        {
            "start": 875124526,
            "stop": 875124528
        },
        {
            "start": 875124533,
            "stop": 875124547
        },
        {
            "start": 875124548,
            "stop": 875124579
        },
        {
            "start": 875124581,
            "stop": 875124642
        },
        {
            "start": 875124649,
            "stop": 875124757
        },
        {
            "start": 875124758,
            "stop": 875124761
        },
        {
            "start": 875124763,
            "stop": 875124797
        },
        {
            "start": 875124798,
            "stop": 875124833
        },
        {
            "start": 875124834,
            "stop": 875124848
        },
        {
            "start": 875124850,
            "stop": 875124911
        },
        {
            "start": 875124913,
            "stop": 875124946
        },
        {
            "start": 875124947,
            "stop": 875124949
        },
        {
            "start": 875124953,
            "stop": 875124957
        },
        {
            "start": 875124960,
            "stop": 875124963
        },
        {
            "start": 875124966,
            "stop": 875124967
        },
        {
            "start": 875124971,
            "stop": 875124990
        },
        {
            "start": 875124991,
            "stop": 875124998
        }
    ]
}