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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=54",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 55,
    "results": [
        {
            "start": 822179496,
            "stop": 822179643
        },
        {
            "start": 822179943,
            "stop": 822182928
        },
        {
            "start": 822183781,
            "stop": 822184993
        },
        {
            "start": 822185719,
            "stop": 822194533
        },
        {
            "start": 822194568,
            "stop": 822194569
        },
        {
            "start": 822194633,
            "stop": 822198254
        },
        {
            "start": 822202743,
            "stop": 822205353
        },
        {
            "start": 822205653,
            "stop": 822205661
        },
        {
            "start": 822205961,
            "stop": 822208567
        },
        {
            "start": 822208867,
            "stop": 822209074
        },
        {
            "start": 822209413,
            "stop": 822221262
        },
        {
            "start": 822227903,
            "stop": 822233491
        },
        {
            "start": 822233791,
            "stop": 822233846
        },
        {
            "start": 822233956,
            "stop": 822238662
        },
        {
            "start": 822243518,
            "stop": 822243673
        },
        {
            "start": 822243718,
            "stop": 822243719
        },
        {
            "start": 822244032,
            "stop": 822244213
        },
        {
            "start": 822244251,
            "stop": 822244252
        },
        {
            "start": 822245031,
            "stop": 822263173
        },
        {
            "start": 822263181,
            "stop": 822263182
        }
    ]
}