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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=308",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=306",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 307,
    "results": [
        {
            "start": 931731864,
            "stop": 931731871
        },
        {
            "start": 931731873,
            "stop": 931731877
        },
        {
            "start": 931731879,
            "stop": 931731883
        },
        {
            "start": 931731884,
            "stop": 931731888
        },
        {
            "start": 931731891,
            "stop": 931731894
        },
        {
            "start": 931731896,
            "stop": 931731897
        },
        {
            "start": 931731901,
            "stop": 931731908
        },
        {
            "start": 931731910,
            "stop": 931731913
        },
        {
            "start": 931731914,
            "stop": 931731916
        },
        {
            "start": 931731918,
            "stop": 931731940
        },
        {
            "start": 931731944,
            "stop": 931731974
        },
        {
            "start": 931731978,
            "stop": 931731986
        },
        {
            "start": 931731988,
            "stop": 931731997
        },
        {
            "start": 931731998,
            "stop": 931732007
        },
        {
            "start": 931732009,
            "stop": 931732010
        },
        {
            "start": 931732012,
            "stop": 931732034
        },
        {
            "start": 931732041,
            "stop": 931732045
        },
        {
            "start": 931732046,
            "stop": 931732050
        },
        {
            "start": 931732052,
            "stop": 931732059
        },
        {
            "start": 931732060,
            "stop": 931732064
        }
    ]
}