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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=196",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 197,
    "results": [
        {
            "start": 820591860,
            "stop": 820592830
        },
        {
            "start": 820592838,
            "stop": 820594550
        },
        {
            "start": 820594557,
            "stop": 820594683
        },
        {
            "start": 820594690,
            "stop": 820595084
        },
        {
            "start": 820595265,
            "stop": 820596590
        },
        {
            "start": 820596670,
            "stop": 820597117
        },
        {
            "start": 820597124,
            "stop": 820597885
        },
        {
            "start": 820597893,
            "stop": 820598450
        },
        {
            "start": 820598530,
            "stop": 820600193
        },
        {
            "start": 820600200,
            "stop": 820601984
        },
        {
            "start": 820601991,
            "stop": 820602523
        },
        {
            "start": 820602530,
            "stop": 820603505
        },
        {
            "start": 820603512,
            "stop": 820603910
        },
        {
            "start": 820603990,
            "stop": 820604053
        },
        {
            "start": 820604061,
            "stop": 820604468
        },
        {
            "start": 820604476,
            "stop": 820604662
        },
        {
            "start": 820604669,
            "stop": 820606610
        },
        {
            "start": 820606690,
            "stop": 820606970
        },
        {
            "start": 820607050,
            "stop": 820607930
        },
        {
            "start": 820608010,
            "stop": 820608073
        }
    ]
}