Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41080
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41081",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41079",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41080,
    "results": [
        {
            "start": 875214553,
            "stop": 875214566
        },
        {
            "start": 875214567,
            "stop": 875214575
        },
        {
            "start": 875214576,
            "stop": 875214586
        },
        {
            "start": 875214587,
            "stop": 875214604
        },
        {
            "start": 875214605,
            "stop": 875214628
        },
        {
            "start": 875214629,
            "stop": 875214678
        },
        {
            "start": 875214679,
            "stop": 875214712
        },
        {
            "start": 875214713,
            "stop": 875214722
        },
        {
            "start": 875214723,
            "stop": 875214727
        },
        {
            "start": 875214728,
            "stop": 875214745
        },
        {
            "start": 875214746,
            "stop": 875214792
        },
        {
            "start": 875214793,
            "stop": 875214814
        },
        {
            "start": 875214815,
            "stop": 875214828
        },
        {
            "start": 875214829,
            "stop": 875214846
        },
        {
            "start": 875214848,
            "stop": 875214873
        },
        {
            "start": 875214874,
            "stop": 875214880
        },
        {
            "start": 875214881,
            "stop": 875214884
        },
        {
            "start": 875214885,
            "stop": 875214909
        },
        {
            "start": 875214910,
            "stop": 875214933
        },
        {
            "start": 875214934,
            "stop": 875214945
        }
    ]
}