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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46634",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46632",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46633,
    "results": [
        {
            "start": 875017657,
            "stop": 875017660
        },
        {
            "start": 875017661,
            "stop": 875017678
        },
        {
            "start": 875017679,
            "stop": 875017683
        },
        {
            "start": 875017684,
            "stop": 875017687
        },
        {
            "start": 875017689,
            "stop": 875017701
        },
        {
            "start": 875017703,
            "stop": 875017716
        },
        {
            "start": 875017718,
            "stop": 875017725
        },
        {
            "start": 875017726,
            "stop": 875017796
        },
        {
            "start": 875017797,
            "stop": 875017810
        },
        {
            "start": 875017811,
            "stop": 875017823
        },
        {
            "start": 875017825,
            "stop": 875017830
        },
        {
            "start": 875017831,
            "stop": 875017857
        },
        {
            "start": 875017858,
            "stop": 875017864
        },
        {
            "start": 875017865,
            "stop": 875017868
        },
        {
            "start": 875017869,
            "stop": 875017882
        },
        {
            "start": 875017883,
            "stop": 875017886
        },
        {
            "start": 875017887,
            "stop": 875017890
        },
        {
            "start": 875017891,
            "stop": 875017959
        },
        {
            "start": 875017960,
            "stop": 875017966
        },
        {
            "start": 875017967,
            "stop": 875017980
        }
    ]
}